Replies: 2 comments
-
|
i dont understand this is trivial but do not work in most of LLMs |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I also get a ""API request failed:\n Status: 401\n Body: {"error":{"message":"No cookie auth credentials found","code":401}}" when trying to use open router. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm getting auth error saying api key isn't included in the call to LLM but everything is specified as far as I know. Any trivial setting that I may have missed? Qwen is in the supported llm model list...
commad: picoclaw agent -m "hello"
Status: 401, "You didn't provide an api key."
::config.json::
"agents": {
...
"default": {
...
"model_name": "qwen",
"model_list": [
...
},
{
"model_name": "qwen",
"model": "qwen/qwen3-coder:free",
"api_key": "sk-",
"api_base": "https://dashscope.aliyuncs.com/compatible-mode/v1"
},
Thanks,
Guycali
Beta Was this translation helpful? Give feedback.
All reactions