Skip to content

Commit bd4288c

Browse files
author
melihunsal
committed
library update
1 parent bb9d471 commit bd4288c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ You can now use DemoGPT as a library in your Python applications:
167167

168168
```python
169169
from demogpt import DemoGPT
170-
agent = DemoGPT(model_name="gpt-3.5-turbo")
170+
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
171171
instruction = "Your instruction here"
172172
title = "Your title here"
173173
code = ""

0 commit comments

Comments
 (0)