diff --git a/.env.example b/.env.example index b228aee9..5b0f4790 100644 --- a/.env.example +++ b/.env.example @@ -3,3 +3,4 @@ ANTHROPIC_API_KEY="" OLLAMA="" PROMPT_TOOLKIT_NO_CPR=1 CAI_STREAM=false +CAI_MODEL="alias1" \ No newline at end of file diff --git a/README.md b/README.md index 06f756ff..f1330e77 100644 --- a/README.md +++ b/README.md @@ -478,13 +478,14 @@ The OPENAI_API_KEY must not be left blank. It should contain either "sk-123" (as :warning: Note: -If you are using alias0 model, make sure that CAI is >0.4.0 version and here you have an .env example to be able to use it. +If you are using alias1 model, make sure that CAI is >0.4.0 version and here you have an .env example to be able to use it. ```bash OPENAI_API_KEY="sk-1234" OLLAMA="" ALIAS_API_KEY="" # note, add yours CAI_STEAM=False +CAI_MODEL="alias1" ``` ### 🔹 Custom OpenAI Base URL Support