Update chat.md (#2996)

This commit is contained in:
ainuoyan
2024-10-27 18:44:52 +08:00
committed by shilin66
parent 9d9b4b1b25
commit b3a44d6eac

View File

@@ -45,7 +45,7 @@ curl --location --request POST 'http://localhost:3000/api/v1/chat/completions' \
"messages": [ "messages": [
{ {
"role": "user", "role": "user",
"content": "导演是谁", "content": "导演是谁"
} }
] ]
}' }'