From d304740f9d727b0561f76bcaa649a2800be98ba1 Mon Sep 17 00:00:00 2001 From: Phoebe Bright Date: Mon, 10 Apr 2023 14:17:56 +0100 Subject: [PATCH] Update .env.template Remove quotes for model variables that can lead to the model not being recognised and error num_tokens_from_messages() is not implemented for model --- .env.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index 525cd61c5f..8185cc66af 100644 --- a/.env.template +++ b/.env.template @@ -2,8 +2,8 @@ PINECONE_API_KEY=your-pinecone-api-key PINECONE_ENV=your-pinecone-region OPENAI_API_KEY=your-openai-api-key ELEVENLABS_API_KEY=your-elevenlabs-api-key -SMART_LLM_MODEL="gpt-4" -FAST_LLM_MODEL="gpt-3.5-turbo" +SMART_LLM_MODEL=gpt-4 +FAST_LLM_MODEL=gpt-3.5-turbo GOOGLE_API_KEY= CUSTOM_SEARCH_ENGINE_ID= USE_AZURE=False @@ -11,4 +11,4 @@ OPENAI_API_BASE=your-base-url-for-azure OPENAI_API_VERSION=api-version-for-azure OPENAI_DEPLOYMENT_ID=deployment-id-for-azure IMAGE_PROVIDER=dalle -HUGGINGFACE_API_TOKEN= \ No newline at end of file +HUGGINGFACE_API_TOKEN=