Agently icon indicating copy to clipboard operation
Agently copied to clipboard

使用本地Xinference运行,current_model参数是什么?

Open tankGe opened this issue 1 year ago • 3 comments

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")

tankGe avatar Aug 02 '24 08:08 tankGe