Skip to content

Commit

Permalink
Update .env.example (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaPourreza authored Sep 7, 2023
1 parent 5c3bec0 commit 0571d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ OPENAI_API_KEY = #This field is required for the engine to work.
ORG_ID =
LLM_MODEL = 'gpt-4-32k' #the openAI llm model that you want to use. possible values: gpt-4-32k, gpt-4, gpt-3.5-turbo, gpt-3.5-turbo-16k

#Encryption key for storing DB connection data in Mongo
ENCRYPT_KEY =


GOLDEN_RECORD_COLLECTION = 'my-golden-records'
#Pinecone info. These fields are required if the vector store used is Pinecone
Expand Down

0 comments on commit 0571d22

Please sign in to comment.