diff --git a/README.md b/README.md index a19e631..d21e7e7 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ oco config set OCO_AI_PROVIDER='ollama' If you want to use a model other than mistral (default), you can do so by setting the `OCO_AI_PROVIDER` environment variable as follows: ```sh -oco config set OCO_AI_PROVIDER='ollama/llama3:8b' +oco config set OCO_AI_PROVIDER='ollama' +oco config set OCO_MODEL='llama3:8b' ``` If you have ollama that is set up in docker/ on another machine with GPUs (not locally), you can change the default endpoint url. @@ -127,12 +128,12 @@ OCO_TOKENS_MAX_OUTPUT= OCO_OPENAI_BASE_PATH= OCO_DESCRIPTION= OCO_EMOJI= -OCO_MODEL= +OCO_MODEL= OCO_LANGUAGE= OCO_MESSAGE_TEMPLATE_PLACEHOLDER= OCO_PROMPT_MODULE= OCO_ONE_LINE_COMMIT= -OCO_AI_PROVIDER= +OCO_AI_PROVIDER= ... ```