Update .env-template to OPENAI_API_KEY

pull/250/head
Levente Csőke 1 year ago committed by GitHub
parent 0b94f1717f
commit bc5a0b030b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)>

Loading…
Cancel
Save