We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9d471 commit bd4288cCopy full SHA for bd4288c
README.md
@@ -167,7 +167,7 @@ You can now use DemoGPT as a library in your Python applications:
167
168
```python
169
from demogpt import DemoGPT
170
-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
171
instruction = "Your instruction here"
172
title = "Your title here"
173
code = ""
0 commit comments