From bd4288c0282c0d4e2717f5ce9d45f37e577df18e Mon Sep 17 00:00:00 2001 From: melihunsal Date: Sun, 13 Aug 2023 22:12:49 +0300 Subject: [PATCH] library update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f99dfcb..6f3f9b4 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ You can now use DemoGPT as a library in your Python applications: ```python from demogpt import DemoGPT -agent = DemoGPT(model_name="gpt-3.5-turbo") +agent = DemoGPT(model_name="gpt-3.5-turbo") # if OPENAI_API_KEY is not set in env variables, put it with openai_api_key argument instruction = "Your instruction here" title = "Your title here" code = ""