Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run Aider with to local LLMs #3551

Open
rdv0011 opened this issue Mar 15, 2025 · 0 comments
Open

Unable to run Aider with to local LLMs #3551

rdv0011 opened this issue Mar 15, 2025 · 0 comments

Comments

@rdv0011
Copy link

rdv0011 commented Mar 15, 2025

Issue

I am trying to run two local LLMs to act as an architect and a coder. I am using macOS and mlx package:

Terminal1 Editor
mlx_lm.server --model mlx-community/Qwen2.5-Coder-14B-Instruct-4bit

Terminal2 Architect
mlx_lm.server --model mlx-community/Qwen_QwQ-32B-Preview_MLX-4bit --port 8081

Terminal3 Aider
aider --openai-api-base http://127.0.0.1:8080/v1 --openai-api-key secret --model openai/http://localhost:8081/v1 --editor-model openai/http://localhost:8080/v1 --architect

The error I get is the following
litellm.NotFoundError: NotFoundError: OpenAIException - Not Found

Version and model info

Aider: 0.76.2
Model: Qwen2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant