bugs tring to fallback with groq #2093
Unanswered
justinsverige
asked this question in
Q&A
Replies: 1 comment
-
|
这取决于 picoclaw 的实现。从你的配置来看,model_fallbacks 里填的是 model_name(比如 "groq-llama"),而每个 model_name 理论上 picoclaw 应该在 fallback 时读取对应 model_name 的完整配置(包括 api_base),但实际上它没有,这是 bug。 你能做的:
|
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.
-
I am using gemini as main ,fallback is groq, but I got this error
Error processing message: LLM call failed after retries: fallback: unclassified error from qwen-portal/qwen3-32b: API request failed:
Status: 404
Body: [{
"error": {
"code": 404,
"message": "models/qwen3-32b is not found for API version v1main, or is not supported for g...Error processing messag ,apparently the api should be v1 ,but it became v1main, dont know where it came from, is it a bug ?
Beta Was this translation helpful? Give feedback.
All reactions