Update chat.md (#2996)

This commit is contained in:
ainuoyan
2024-10-27 18:44:52 +08:00
committed by GitHub
parent 7ee1a340e6
commit a5b913f1b1

View File

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