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
How can I increase the length of autocompletion in continue.dev? I’ve already adjusted multiline autocompletion , timeout/debounce autocompletion, context length, and max tokens — but still no luck
example:
def grab_col_names(df):
cat_cols = cursor_is_here "[col for col in df.columns if df[col]."
But the suggestion should be at least like this: "[col for col in df.columns if df[col].dtype == 'object']"
Ideally, it should suggest the full function. @Patrick-Erichsen
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How can I increase the length of autocompletion in continue.dev? I’ve already adjusted multiline autocompletion , timeout/debounce autocompletion, context length, and max tokens — but still no luck
example:
def grab_col_names(df):
cat_cols = cursor_is_here "[col for col in df.columns if df[col]."
But the suggestion should be at least like this: "[col for col in df.columns if df[col].dtype == 'object']"
Ideally, it should suggest the full function.
@Patrick-Erichsen
Beta Was this translation helpful? Give feedback.
All reactions