Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Jul 30, 2023
1 parent 00470ea commit 4057890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ interpreter
```python
import interpreter

interpreter.api_key = "<openai_api_key>"
interpreter.api_key = "your_openai_api_key"
interpreter.chat() # Starts an interactive chat
```

Expand Down

0 comments on commit 4057890

Please sign in to comment.