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
Describe the bug
When trying autocompletion in a Python Jupyter notebook, Twinny sends as context only the current cell's content, although in general surrounding cells are critical.
To Reproduce
Run Twinny, open a new cell in a Jupyter notebook, and contemplate it generating unrelated code.
Expected behavior
The FIM should include the surrounding cells' contents.
Screenshots
For example, in a Python Jupyter notebook, Twinny suggests unrelated C code:
The request does not include the surrounding cells:
Logging
Rnable logging in the extension settings if not already enabled (you may need to restart vscode if you don't see logs). Proivide the log with the report.
API Provider
Ollama (but irrelevant)
Chat or Auto Complete?
FIM - autocomplete
Model Name
qwen2.5-coder:1.5b-base-fp16
Desktop (please complete the following information):
OS: Linux
Version: v3.21.1
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying autocompletion in a Python Jupyter notebook, Twinny sends as context only the current cell's content, although in general surrounding cells are critical.
To Reproduce
Run Twinny, open a new cell in a Jupyter notebook, and contemplate it generating unrelated code.
Expected behavior
The FIM should include the surrounding cells' contents.
Screenshots
For example, in a Python Jupyter notebook, Twinny suggests unrelated C code:
The request does not include the surrounding cells:
Logging
Rnable logging in the extension settings if not already enabled (you may need to restart vscode if you don't see logs). Proivide the log with the report.
API Provider
Ollama (but irrelevant)
Chat or Auto Complete?
FIM - autocomplete
Model Name
qwen2.5-coder:1.5b-base-fp16
Desktop (please complete the following information):
v3.21.1
Additional context
N/A
The text was updated successfully, but these errors were encountered: