docs fix typo

This commit is contained in:
Ishaan Jaff 2024-08-09 08:17:36 -07:00
parent dde477494f
commit baaa444c8f

View file

@ -363,9 +363,9 @@ print(resp)
```bash ```bash
curl http://0.0.0.0:4000/v1/chat/completions \ curl http://0.0.0.0:4000/v1/chat/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Authorization: Bearer sk-1234" \
-d '{ -d '{
"model": "gpt-4o", "model": "gemini-pro",
"messages": [{"role": "user", "content": "Who won the world cup?"}], "messages": [{"role": "user", "content": "Who won the world cup?"}],
"tools": [ "tools": [
{ {