Agently
Agently copied to clipboard
使用本地Xinference运行,current_model参数是什么?
Agently.AgentFactory() .set_settings("current_model", "OAIClient") .set_settings("model.OAIClient.auth.api_key", "nothing") .set_settings("model.OAIClient.options", {"model": "my-llm"}) .set_settings("model.OAIClient.url", "http://127.0.0.1:9997/v1")