This commit is contained in:
Adil Hafeez 2024-12-06 00:56:45 -08:00
parent b4fa6527af
commit c40a6d66c8

View file

@ -239,10 +239,6 @@ $ curl --header 'Content-Type: application/json' \
--data '{"messages": [{"role": "user","content": "What is the capital of France?"}]}' \
http://localhost:12000/v1/chat/completions
$ curl --header 'Content-Type: application/json' \
--data '{"messages": [{"role": "user","content": "What is the capital of France?"}]}' \
http://localhost:12000/v1/chat/completions
{
...
"model": "gpt-4o-2024-08-06",