Update .env-template to OPENAI_API_KEY

This commit is contained in:
Levente Csőke
2023-05-26 08:57:11 +02:00
committed by GitHub
parent 0b94f1717f
commit bc5a0b030b

View File

@@ -1,2 +1,2 @@
API_KEY=<LLM api key (for example, open ai key)>
EMBEDDINGS_KEY=<LLM embeddings api key (for example, open ai key)>
OPENAI_API_KEY=<LLM api key (for example, open ai key)>
EMBEDDINGS_KEY=<LLM embeddings api key (for example, open ai key)>