Skip to content
Open
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 tools/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,8 @@ completion = client.chat.completions.create(
print(completion.choices[0].message)
```

Tip: the same OpenAI client `base_url` pattern works with any OpenAI-compatible multi-model gateway when you are not self-hosting llama-server — for example [DaoXE](https://daoxe.com) at `https://api.daoxe.com/v1`.

... or raw HTTP requests:

```shell
Expand Down