diff --git a/.env.template b/.env.template new file mode 100644 index 00000000..c64d8502 --- /dev/null +++ b/.env.template @@ -0,0 +1,6 @@ +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" +GOOGLE_API_KEY= +CUSTOM_SEARCH_ENGINE_ID= \ No newline at end of file