Skip to content

Commit

Permalink
fix: Minor updates on the docs (#56)
Browse files Browse the repository at this point in the history
* fix: Minor updates on the docs

* fix: minor updates

* fix: minor updates

* fix: minor updates

* fix: minor updates
  • Loading branch information
noble-varghese authored Oct 27, 2023
1 parent 97142c5 commit 8451f33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,18 @@ print(response.choices[0].message)
| Force Cache Refresh | `cache_force_refresh` | `True`, `False` (Boolean) | ❔ Optional |
| Cache Age | `cache_age` | `integer` (in seconds) | ❔ Optional |
| Trace ID | `trace_id` | `string` | ❔ Optional |
| Retries | `retry` | `integer` [0,5] | ❔ Optional |
| Retries | `retry` | `{dict}` with two required keys: `"attempts"` which expects integers in [0,5] and `"on_status_codes"` which expects array of status codes like [429,502] <br> `Example`: { "attempts": 5, "on_status_codes":[429,500] } | ❔ Optional |
| Metadata | `metadata` | `json object` [More info](https://docs.portkey.ai/key-features/custom-metadata) | ❔ Optional |


## **🤝 Supported Providers**

|| Provider | Support Status | Supported Endpoints |
|---|---|---|---|
| <img src="https://assets.portkey.ai/openai.png" width=18 />| OpenAI | ✅ Supported | `/completion`, `/embed` |
| <img src="https://assets.portkey.ai/azure.png" width=18>| Azure OpenAI | ✅ Supported | `/completion`, `/embed` |
| <img src="https://assets.portkey.ai/anthropic.png" width=18>| Anthropic | ✅ Supported | `/complete` |
| <img src="/docs/images/anyscale.png" width=18>| Anyscale | ✅ Supported | `/chat/completions` |
| <img src="https://assets.portkey.ai/anyscale.png" width=18>| Anyscale | ✅ Supported | `/chat/completions` |
| <img src="https://assets.portkey.ai/cohere.png" width=18>| Cohere | 🚧 Coming Soon | `generate`, `embed` |


Expand All @@ -193,3 +194,6 @@ print(response.choices[0].message)

<a href="https://twitter.com/intent/follow?screen_name=portkeyai"><img src="https://img.shields.io/twitter/follow/portkeyai?style=social&logo=twitter" alt="follow on Twitter"></a>
<a href="https://discord.gg/sDk9JaNfK8" target="_blank"><img src="https://img.shields.io/discord/1143393887742861333?logo=discord" alt="Discord"></a>

## **🛠️ Contributing**
Get started by checking out Github issues. Feel free to open an issue, or reach out if you would like to add to the project!

0 comments on commit 8451f33

Please sign in to comment.