Skip to content

Commit

Permalink
enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay17061 committed Oct 10, 2024
1 parent 232d8b8 commit 6df3036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ A jump-server to convert openai chat completion api requests to batched chat com

It really is as simple as:
```diff
from openai import OpenAI
- client = OpenAI(api_key="sk-...")
+ client = OpenAI(api_key="dummy_openai_api_key", base_url="http://batch-gpt")
```
> Just an example, Batch-GPT works with any OpenAI-compatible client.
## Features 🤓👍

Expand Down

0 comments on commit 6df3036

Please sign in to comment.