Provider (if applicable)
Custom
Model (if applicable)
No response
Bug Description
I followed the instructions to add a custom provider in the docs here: https://github.com/vince-roy/acme-reqllm/tree/master
However, the custom provider doesn't seem to get picked up? In addition, the mix mc command doesn't work?
** (Mix) The task "mc" could not be found
Error: Unknown provider 'acme'
Available providers:
• amazon_bedrock
• anthropic
• cerebras
• google
• google_vertex_anthropic
• groq
• openai
• openrouter
• xai
• zai
• zai_coder
Reproduction Code
mix req_llm.gen "Hello" --model acme:acme-chat-mini
Expected Behavior
I'm expecting the model to be recognized
Actual Behavior
The model is not recognized:
Error: Unknown provider 'acme'
Available providers:
• amazon_bedrock
• anthropic
• cerebras
• google
• google_vertex_anthropic
• groq
• openai
• openrouter
• xai
• zai
• zai_coder
Environment
- ReqLLM: 1.0
- Elixir 1.19.4
- Mac Sequoia 15.5
Provider (if applicable)
Custom
Model (if applicable)
No response
Bug Description
I followed the instructions to add a custom provider in the docs here: https://github.com/vince-roy/acme-reqllm/tree/master
However, the custom provider doesn't seem to get picked up? In addition, the
mix mccommand doesn't work?Reproduction Code
Expected Behavior
I'm expecting the model to be recognized
Actual Behavior
The model is not recognized:
Environment