为什么我测试了,还是返回3.5的答案呢? 这个问题其实在4里已经被fix解决了。读书并不会移动走书
`curl http://***:8080/v1/chat/completions \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4-1106-preview",
"messages": [{"role": "user", "content": "If there are 10 books in a room and I read 2, how many books are still in the room?"}],
"temperature": 0.3
}'
`