antgroup/agentUniverse

curl service return openai related invalid_api_key error, while explicitly set llm to qwen

Closed this issue · 1 comments

image

I try to use default demo_llm which is vis open ai, but curl hang with no response.
Then I try to use qwen_llm as set above, but system still return openai related error, did I modify yaml correctly?

Also another question, any sample to use agent via qwen_llm? Should I still need to provide some kind of key or something else?

Thanks.