small change

This commit is contained in:
siddharthsambharia-portkey
2024-12-11 18:31:56 +05:30
parent dce0e9d9f6
commit 855157b068

View File

@@ -132,7 +132,7 @@ azure_llm = LLM(
### 2. Caching
Improve response times and reduce costs with two powerful caching modes:
- **Simple Cache**: Perfect for exact matches
- **Semantic Cache**: Uses embedding-based matching for similar queries
- **Semantic Cache**: Matches responses for requests that are semantically similar
[Learn more about Caching](https://portkey.ai/docs/product/ai-gateway/cache-simple-and-semantic)
```py