-
Notifications
You must be signed in to change notification settings - Fork 3.4k
-
The Ctrl+I
edit mode chat and actions like "Fix Grammar / Spelling" send empty prompts, resulting in gibberish. Chat and autocomplete work as expected. I am using LM Studio, but I doubt that that is relevant as this is an issue with prompt generation.
Visual Studio Code: 1.103.2
Continue: 1.2.1
config.yml
:
name: Local Assistant version: 1.0.0 schema: v1 models: # ... - name: qwen3-4b-thinking-2507 provider: lmstudio apiBase: http://<IP>:1234/v1/ model: qwen3-4b-thinking-2507 roles: - chat - edit defaultCompletionOptions: contextLength: 4096 context: - provider: code - provider: docs - provider: diff - provider: terminal - provider: problems - provider: folder - provider: codebase
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
can you share me the the prompt logs/screenshots from the continue console?
(tested it now on ollama and seems to be working fine)
imageBeta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment