20 lines
673 B
Plaintext
20 lines
673 B
Plaintext
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
|
|
ELEVENLABS_VOICE_1_ID=your-voice-id
|
|
ELEVENLABS_VOICE_2_ID=your-voice-id
|
|
SMART_LLM_MODEL=gpt-4
|
|
FAST_LLM_MODEL=gpt-3.5-turbo
|
|
GOOGLE_API_KEY=
|
|
CUSTOM_SEARCH_ENGINE_ID=
|
|
USE_AZURE=False
|
|
OPENAI_AZURE_API_BASE=your-base-url-for-azure
|
|
OPENAI_AZURE_API_VERSION=api-version-for-azure
|
|
OPENAI_AZURE_DEPLOYMENT_ID=deployment-id-for-azure
|
|
OPENAI_AZURE_CHAT_DEPLOYMENT_ID=deployment-id-for-azure-chat
|
|
OPENAI_AZURE_EMBEDDINGS_DEPLOYMENT_ID=deployment-id-for-azure-embeddigs
|
|
IMAGE_PROVIDER=dalle
|
|
HUGGINGFACE_API_TOKEN=
|
|
USE_MAC_OS_TTS=False
|