Skip to content

Commit

Permalink
Merge pull request stanford-oval#9 from gavrielc/patch-1
Browse files Browse the repository at this point in the history
Update README.md — fix secrets.toml syntax
  • Loading branch information
shaoyijia authored Apr 13, 2024
2 parents 42f4d5b + e50a88d commit 291ad40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Below, we provide a quick start guide to run STORM locally to reproduce our expe
# Set up OpenAI API key.
OPENAI_API_KEY=<your_openai_api_key>
# If you are using the API service provided by OpenAI, include the following line:
OPENAI_API_TYPE=openai
OPENAI_API_TYPE="openai"
# If you are using the API service provided by Microsoft Azure, include the following lines:
OPENAI_API_TYPE=azure
OPENAI_API_TYPE="azure"
AZURE_API_BASE=<your_azure_api_base_url>
AZURE_API_VERSION=<your_azure_api_version>
# Set up You.com search API key.
Expand Down

0 comments on commit 291ad40

Please sign in to comment.