You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbgpt.model.cluster.worker.default_worker[31692] ERROR Model inference error, detail: Traceback (most recent call last):
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\cluster\worker\default_worker.py", line 248, in async_generate_stream
async for output in generate_stream_func(
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\deepseek.py", line 32, in deepseek_generate_stream
async for r in client.generate_stream(request):
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\chatgpt.py", line 233, in generate_stream
async for r in self.generate_stream_v1(messages, payload):
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\chatgpt.py", line 261, in generate_stream_v1
chat_completion = await self.client.chat.completions.create(
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\chatgpt.py", line 164, in client
self._api_type, self._client = _build_openai_client(
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\utils\chatgpt_utils.py", line 156, in _build_openai_client
**openai_params, http_client=httpx.AsyncClient(proxies=init_params.proxies)
TypeError: AsyncClient.init() got an unexpected keyword argument 'proxies'
What you expected to happen
。。。
How to reproduce
。。。
Additional context
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Operating system information
Windows
Python version information
3.10
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
cpu
Models information
deepseek_proxyllm
What happened
dbgpt.model.cluster.worker.default_worker[31692] ERROR Model inference error, detail: Traceback (most recent call last):
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\cluster\worker\default_worker.py", line 248, in async_generate_stream
async for output in generate_stream_func(
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\deepseek.py", line 32, in deepseek_generate_stream
async for r in client.generate_stream(request):
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\chatgpt.py", line 233, in generate_stream
async for r in self.generate_stream_v1(messages, payload):
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\chatgpt.py", line 261, in generate_stream_v1
chat_completion = await self.client.chat.completions.create(
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\proxy\llms\chatgpt.py", line 164, in client
self._api_type, self._client = _build_openai_client(
File "d:\项目\db-gpt-0.6.2_statics\dbgpt\model\utils\chatgpt_utils.py", line 156, in _build_openai_client
**openai_params, http_client=httpx.AsyncClient(proxies=init_params.proxies)
TypeError: AsyncClient.init() got an unexpected keyword argument 'proxies'
What you expected to happen
。。。
How to reproduce
。。。
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: