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
你好,我根据https://github.com/OpenBMB/AgentVerse/blob/main/README_simulation_cases.md这里面的任务进行操作的时候出现了如下问题: ValueError: local is not registered. Please register with the .register("local") method provided in LLMRegistry registry
你好,我根据
https://github.com/OpenBMB/AgentVerse/blob/main/README_simulation_cases.md
这里面的任务进行操作的时候出现了如下问题:ValueError: local is not registered. Please register with the .register("local") method provided in LLMRegistry registry
我目前相关配置:
http://localhost:12073/v1/chat/completions
agentverse/tasks/nlp_classroom_9players/config.yaml
有关llm_type:local model:Qwen1.5-7B-Chat
2)
agentverse/llms/__init__.py
中LOCAL_LLMS
加入了Qwen1.5-7B-Chat
,LOCAL_LLMS_MAPPING
中加入了Qwen1.5-7B-Chat
的hf_model_name,base_url,api_key但是会出现 local is not registered的问题
请问是还需要配置其他地方吗?
The text was updated successfully, but these errors were encountered: