deepseek Code Completions not work
What happened?
deepseek chat completions can work,but deepseek Code Completions can not work
Relevant log output or stack trace
Steps to reproduce
No response
CodeGPT version
2.16.3-241.1
Operating System
macOS
when stream set to false: Unknown API response. Code: 200, Body: {"id":"c8dc91db-0c9c-4e6d-99eb-b59740f27588","choices":[{"text":"messageLength = message.length();","index":0,"logprobs":null,"finish_reason":"stop"}],"created":1739500402,"model":"deepseek-chat","system_fingerprint":"fp_3a5770e1b4","object":"text_completion","usage":{"prompt_tokens":356,"completion_tokens":6,"total_tokens":362,"prompt_tokens_details":{"cached_tokens":320},"prompt_cache_hit_tokens":320,"prompt_cache_miss_tokens":36}}; when stream set to true:no response
Related: https://github.com/carlrobertoh/ProxyAI/issues/819
When I use the deepseek code completions . The error is the request failed because it is missing messages parameter. Request id: xxxxx
@wangwwwork Me too
@wangwwwork Have you solved it now?