Skip to content

Commit

Permalink
Merge pull request #1 from mayflower/main
Browse files Browse the repository at this point in the history
Merge from mayflower fork
  • Loading branch information
johannhartmann authored Nov 23, 2023
2 parents 683692d + 7fa2abf commit ef9f993
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 31 deletions.
11 changes: 10 additions & 1 deletion .env.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
OPENAI_API_KEY=sk-your_openai_api_key_here
# OpenAI Hosted Variante
OPENAI_API_KEY="sk-your_openai_api_key_here"
OPENAI_ORGANIZATION="(optional)"

# Azure Hosted Variante
AZURE_OPENAI_API_KEY =""
AZURE_OPENAI_ENDPOINT="https://<your instance name>.openai.azure.com/"
OPENAI_API_TYPE="azure"
OPENAI_API_VERSION= "2023-05-15"

SERPAPI_API_KEY=your_serpapi_api_key_here
CLIENT_ID=your_microsft_client_id
CLIENT_SECRET=your_microsft_client_secret
Expand Down
Loading

0 comments on commit ef9f993

Please sign in to comment.