fix curl example

Remove unnecessary `,` from curl example
This commit is contained in:
Yusuke Kawabata 2023-12-17 12:00:06 +09:00 committed by GitHub
parent 7c2fad2d57
commit de8a3d5369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ curl --location 'http://0.0.0.0:8000/chat/completions' \
"role": "user", "role": "user",
"content": "what llm are you" "content": "what llm are you"
} }
], ]
} }
' '
``` ```