win11配置LM studio本地模型时,使用时报错如下:
Error: LLM request failed. Check your API key and model configuration in Settings.
配置文件如下:
OpenFang Agent OS configuration
api_listen = "127.0.0.1:4200"
[default_model]
provider = "openai"
model = "qwen2.5-1.5b-instruct"
base_url = "http://localhost:1234/v1"
api_key_env = ""
[memory]
decay_rate = 0.05