You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: