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

To All Pinokio and Local Users, having the Ollama Issue: #9

Open
badazzgamer420 opened this issue Nov 27, 2024 · 1 comment
Open

To All Pinokio and Local Users, having the Ollama Issue: #9

badazzgamer420 opened this issue Nov 27, 2024 · 1 comment

Comments

@badazzgamer420
Copy link

If you go through all the steps of installing the app and configuring your Ollama Base Url and still get an error, I have the Fix for you.
In Pinokio go to the files section and find this file " app\utils\constants.ts"
Open this file in a code editor of your choice, at the top of the file look for export const DEFAULT_MODEL =
Change this from DEFAULT_MODEL = claude-3-5-sonnet-latest to export const DEFAULT_MODEL = 'qwen2.5-coder';
Save. Make sure the model you set as default is actually downloaded. Do Not Update or Reinstall Bolt on Ponkio or you will have to change this line again to reflect your model of choice.

@mich-de
Copy link

mich-de commented Nov 29, 2024

worked for me with macos:

export const DEFAULT_MODEL = 'qwen2.5-coder:7b';

Screenshot 2024-11-29 alle 15 10 09

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

2 participants