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

Unable to generate code via Ollma qwen2.5-coder #1541

Open
vishnu-kantliwala opened this issue Mar 21, 2025 · 2 comments
Open

Unable to generate code via Ollma qwen2.5-coder #1541

vishnu-kantliwala opened this issue Mar 21, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@vishnu-kantliwala
Copy link

Describe the bug

The app generates a basic structure in the workspace.
When given an instruction to add a specific feature, it returns the code in the response instead of modifying the workspace.

Link to the Bolt URL that caused the error

https://github.com/stackblitz-labs/bolt.diy

Steps to reproduce

  1. Generate a basic structure in the workspace.
  2. Provide an instruction to add a specific feature.
  3. Observe that the app returns code in the response instead of modifying files in the workspace.

Expected behavior

The app should modify the workspace directly when instructed to add a specific feature.

Screen Recording / Screenshot

Bolt-new-demo.webm

Platform

Provider Used

ollama

Model Used

qwen2.5-coder

Additional context

Ensure that when a feature is requested, the code is directly added/modified within the workspace instead of being returned in the response.

Are there any specific logs/errors related to this issue?
Is this behavior consistent for all features or only for certain ones?

@Anybody2007
Copy link

Hi @vishnu-kantliwala ,
I am curious to know what are the parameters and all you used to make the
qwen2.5-coder-bolt-2:latest.

@vishnu-kantliwala
Copy link
Author

Hi @vishnu-kantliwala , I am curious to know what are the parameters and all you used to make the qwen2.5-coder-bolt-2:latest.

Here is the Modelfile.
FROM qwen2.5-coder PARAMETER num_ctx 32768

@Stijnus Stijnus self-assigned this Mar 31, 2025
@Stijnus Stijnus added the bug Something isn't working label Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

3 participants