From 560ba79ed80516e25a79f12ce5b26f385e186f6e Mon Sep 17 00:00:00 2001 From: Mery-Sanz <78554738+Mery-Sanz@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:28:42 +0200 Subject: [PATCH] Add cai_model env variable (#297) add cai_model env variable Co-authored-by: Maria --- .env.example | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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