This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################################################## | |
| # Aider model settings — LM Studio local LLMs | |
| # Defines edit format, repo map, and params for each model | |
| ########################################################## | |
| # ── Large coding models (best for main/architect role) ── | |
| - name: openai/openai/gpt-oss-120b | |
| edit_format: diff | |
| use_repo_map: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########################################################## | |
| # Aider global config — LM Studio local LLMs | |
| # All models served via OpenAI-compatible API at :1234 | |
| ########################################################## | |
| # Default model (change to any openai/<model-id> below) | |
| model: openai/qwen3-coder-30b-a3b-instruct | |
| # Weak model for commit messages, summaries, etc. | |
| weak-model: openai/deepseek-r1-0528-qwen3-8b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "model": "lm-studio/zai-org/glm-4.7-flash", | |
| "provider": { | |
| "lm-studio": { | |
| "npm": "@ai-sdk/openai-compatible", | |
| "name": "LM Studio", | |
| "options": { | |
| "baseURL": "http://localhost:1234/v1" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "security": { | |
| "auth": { | |
| "apiKey": "lm-studio", | |
| "baseUrl": "http://localhost:1234/v1" | |
| } | |
| }, | |
| "$version": 3, | |
| "model": { | |
| "name": "zai-org/glm-4.7-flash" |