Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed May 14, 2024
1 parent c363fc1 commit 5f48636
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 @@ -46,7 +46,7 @@ assistant = Assistant(tools=[DuckDuckGo()], show_tool_calls=True)
assistant.print_response("Whats happening in France?", markdown=True)
```

Install libraries, Export your OPENAI_API_KEY and run the `Assistant`
Install libraries, export your `OPENAI_API_KEY` and run the `Assistant`

```shell
pip install openai duckduckgo-search
Expand Down

0 comments on commit 5f48636

Please sign in to comment.