We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i wonder where can i set keep_alive for ollama? seems already support
No response
The text was updated successfully, but these errors were encountered:
Hi @kanoai7 ,
You can set this value by editing your config.json, the default value is 60*30 (30 minutes)
Take a look at their documentation: https://docs.continue.dev/reference#completionoptions
It's something like this:
{ "models":[ "title": "Ollama", "provider": "ollama", "model": "AUTODETECT" "completionOptions":{ "keepAlive": 9999999, } ] }
Sorry, something went wrong.
Hi @kanoai7 , You can set this value by editing your config.json, the default value is 60*30 (30 minutes) Take a look at their documentation: https://docs.continue.dev/reference#completionoptions It's something like this: { "models":[ "title": "Ollama", "provider": "ollama", "model": "AUTODETECT" "completionOptions":{ "keepAlive": 9999999, } ] }
sorry, i should check doc more careful.
sestinj
No branches or pull requests
Validations
Problem
i wonder where can i set keep_alive for ollama? seems already support
Solution
No response
The text was updated successfully, but these errors were encountered: