Skip to content

Commit

Permalink
llm: use qwen2.5-coder as default model
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Nov 11, 2024
1 parent b30f130 commit 35458e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default RC('agregore', {
// Uncomment this to use OpenAI instead
// baseURL: 'https://api.openai.com/v1/'
apiKey: 'ollama',
model: 'phi3:3.8b-mini-4k-instruct-q4_0'
model: 'qwen2.5-coder:7b-instruct-q4_K_M'
},
accelerators: {
OpenDevTools: 'CommandOrControl+Shift+I',
Expand Down

0 comments on commit 35458e6

Please sign in to comment.