Continue CLI config.json #8341
-
I'm trying to find the config file to add models to. The docs told me it would be in users/admin/.continue but it wasn't so i went to gpt and asked and it told me to create one and toss it in that folder, so i made a config.json file add added my info to it, but CLI still didn't list my Models on the /model module. Seeking any advice or insight on getting local models via llama into continue CLI. Thanks in advance! { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Consider switchign to the config.yaml. JSON has been deprecated. https://docs.continue.dev/reference models:
- name: qwen2.5-coder:7b
provider: ollama
model: qwen2.5-coder:7b
roles:
- chat
- edit
- apply
- autocomplete
capabilities:
- tool_use |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
Consider switchign to the config.yaml. JSON has been deprecated. https://docs.continue.dev/reference