Fix CAI_STREAM inside README.md (#171)

This commit is contained in:
Francesco Balassone 2025-06-03 13:05:32 +02:00 committed by GitHub
parent c73446b847
commit cef6ac531b
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ python3.12 -m venv cai_env
source cai_env/bin/activate && pip install cai-framework
# Generate a .env file and set up with defaults
echo -e 'OPENAI_API_KEY="sk-1234"\nANTHROPIC_API_KEY=""\nOLLAMA=""\nPROMPT_TOOLKIT_NO_CPR=1' > .env
echo -e 'OPENAI_API_KEY="sk-1234"\nANTHROPIC_API_KEY=""\nOLLAMA=""\nPROMPT_TOOLKIT_NO_CPR=1\nCAI_STREAM=false' > .env
# Launch CAI
cai # first launch it can take up to 30 seconds