|
|
发表于 2024-4-4 10:52:43
|
显示全部楼层
感谢指点,但是我用了2台机器搭建都不行,
- root@AMD-A:~# curl --location 'http://127.0.0.1:8080/v1/chat/completions' \
- --header 'Content-Type: application/json' \
- --data '{
- "model": "gpt-3.5-turbo",
- "messages": [{"role": "user", "content": "Say this is a test!"}],
- "stream": true
- }'
- {"code":401,"message":"response status code is not 200","param":{},"type":"InitTurnStile_request_error"}
复制代码
大佬能指点下吗?总是401 |
|