Upgrade self-healing model to qwen3:8b#8
Open
philmcneely wants to merge 1 commit into
Open
Conversation
Newer model with better code analysis for DOM healing. Same size class so it runs anywhere. For better results on capable hardware, set OLLAMA_MODEL=qwen3.5:35b-a3b-coding-nvfp4 in local .env.
|
✅ All smoke tests passed! View report |
There was a problem hiding this comment.
Pull request overview
Updates the project’s AI self-healing feature to use a newer default Ollama model (qwen3:8b) while preserving the ability to override via OLLAMA_MODEL.
Changes:
- Switched the default
OLLAMA_MODELinOllamaAIHealingServicefromllama3.1:8btoqwen3:8b. - Updated the documented/default example value for
OLLAMA_MODELin.env.example.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
utils/ai_healing.py |
Updates the default Ollama model used by the AI healing service and its env var documentation. |
.env.example |
Updates the example/default Ollama model to match the new intended default. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| Environment Variables: | ||
| OLLAMA_MODEL: Ollama model to use (default: llama3.1:8b) | ||
| OLLAMA_MODEL: Ollama model to use (default: qwen3:8b) |
Comment on lines
52
to
54
| #OLLAMA local model info - this is the config default for now | ||
| OLLAMA_MODEL=llama3.1:8b | ||
| OLLAMA_MODEL=qwen3:8b | ||
| OLLAMA_HOST=http://localhost:11434 |
|
✅ All chromium login tests passed! View report |
|
✅ All firefox login tests passed! View report |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
OLLAMA_MODELenv var for larger models on capable hardwareTest plan
AI_HEALING_ENABLED=trueagainst intentionally broken locator