Skip to content

Commit

Permalink
fix typo (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrayraykk authored Jul 11, 2024
1 parent 8af3524 commit dc59620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conversation_with_RAG_agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ capability can be used to build easily.
```
* **Model APIs:** This example uses Dashscope APIs. Thus, we also need an API key for DashScope.
```bash
export DASH_SCOPE_API='YOUR_API_KEY'
export DASHSCOPE_API_KEY='YOUR_API_KEY'
```

**Note:** This example has been tested with `dashscope_chat` and `dashscope_text_embedding` model wrapper, with `qwen-max` and `text-embedding-v2` models.
Expand Down

0 comments on commit dc59620

Please sign in to comment.