Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tybalex committed Jun 28, 2024
1 parent e03ed36 commit d49ffbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ curl localhost:8000/v1/chat/completions \

4. Try a python function calling example:
```python
# if openai not installed, do `pip install openai`
from openai import OpenAI
client = OpenAI(api_key="token-abc123", base_url = "http://localhost:8000/v1/")

Expand Down

0 comments on commit d49ffbc

Please sign in to comment.