Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ sentence = "There are many fruits that were found on the recently discovered pla
extract_fruit(sentence)
```

> **Tip:** The same OpenAI client works with OpenAI-compatible multi-model gateways via `base_url` — for example [DaoXE](https://daoxe.com/) at `https://api.daoxe.com/v1` (`OpenAI(base_url="https://api.daoxe.com/v1", api_key="...")`).

## Contributing

Interested in pulling back the hood or contributing? Awesome, before you dive in, here's what you need to know.
Expand Down
Loading