continue icon indicating copy to clipboard operation
continue copied to clipboard

Autocomplete in jetbrains

Open eladamittai opened this issue 9 months ago • 7 comments

Before submitting your bug report

Relevant environment info

- OS: windows 10
- Continue: 0.0.46
- IDE: pycharm 2023.1.1

Description

When i use the tab autocomplete in pycharm, and the pycharm also wants to complete me, it creates conflicts with the plugin, which scrambles the output as such: IMG-20240519-WA0005 In addition, if I press tab to complete with the plugin, it chooses the pycharm, so I can't use the plugin to complete me.

To reproduce

Here is the config:

{
tabAutoCompleteModel: {
Title: deepseek-7b,
Provider: openai,
Model: deepseek-7b,
ApiBase: http://my-api-base,
ApiToken: my-api-token,
ContextLength: 10000
},
tabAutoCompleteOptions: {
Disable: false
},
DisableSummaries: true,
CompletionOptions: {
Temperature: 0.25
}
}

Log output

No response

eladamittai avatar May 20 '24 11:05 eladamittai