Skip to content

Commit

Permalink
fix: Fixing the image refrerences in the readme file (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-varghese authored Oct 26, 2023
1 parent f7808bf commit ed45319
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="docs/images/header.png" height=150><br />
<img src="https://assets.portkey.ai/header.png" height=150><br />

## Build reliable, secure, and production-ready AI apps easily.

Expand Down Expand Up @@ -154,10 +154,10 @@ print(response.choices[0].message)

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


---
Expand Down

0 comments on commit ed45319

Please sign in to comment.