Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ AZURE_API_VERSION="your_azure_api_version"
YDC_API_KEY="your_youcom_api_key"
```

for **Co-STORM**, please also add following
```
# if use openai encoder
ENCODER_API_TYPE="openai"
# or ENCODER_API_TYPE="azure" if use azure openai encoder
```

### STORM examples

**To run STORM with `gpt` family models with default configurations:**
Expand Down
Loading