Skip to content

Commit

Permalink
Merge pull request #1163 from ku-suke/patch-1
Browse files Browse the repository at this point in the history
(fix) curl example on proxy/quick_start
  • Loading branch information
krrishdholakia authored Dec 17, 2023
2 parents a3c7a34 + de8a3d5 commit f0093fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/my-website/docs/proxy/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ curl --location 'http://0.0.0.0:8000/chat/completions' \
"role": "user",
"content": "what llm are you"
}
],
]
}
'
```
Expand Down Expand Up @@ -604,4 +604,4 @@ curl -X POST \
https://api.openai.com/v1/chat/completions \
-H 'content-type: application/json' -H 'Authorization: Bearer sk-qnWGUIW9****************************************' \
-d '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "this is a test request, write a short poem"}]}'
```
```

0 comments on commit f0093fa

Please sign in to comment.