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
Traceback (most recent call last):
File "./agent/agent.py", line 105, in
bot = Assistant(
File "./python3.10/site-packages/qwen_agent/agents/assistant.py", line 92, in init
super().init(function_list=function_list,
File "./python3.10/site-packages/qwen_agent/agents/fncall_agent.py", line 50, in init
super().init(function_list=function_list,
File "./python3.10/site-packages/qwen_agent/agent.py", line 57, in init
self.llm = get_chat_model(llm)
File "./python3.10/site-packages/qwen_agent/llm/init.py", line 80, in get_chat_model
return LLM_REGISTRYmodel_type
File "./python3.10/site-packages/qwen_agent/llm/oai.py", line 38, in init
super().init(cfg)
File "./python3.10/site-packages/qwen_agent/llm/function_calling.py", line 37, in init
raise NotImplementedError
NotImplementedError