Skip to content

Commit 20f1398

Browse files
committed
docs: fix provider supported
1 parent 14729d8 commit 20f1398

File tree

2 files changed

+34
-13
lines changed

2 files changed

+34
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@ end
8585

8686
## Providers
8787

88-
✅ Anthropic
89-
✅ Groq
90-
✅ OpenAI
88+
✅ Anthropic<br/>
89+
✅ Groq<br/>
90+
✅ OpenAI<br/>
9191

9292
### Not implemented ... yet
93-
❌ Azure
94-
❌ AWS SageMaker
95-
❌ AWS Bedrock
96-
❌ Google - Vertex AI
97-
❌ Google - Palm
98-
❌ Mistral AI
99-
❌ CloudFlare AI Workers
100-
❌ Cohere
101-
❌ Ollama
102-
❌ Vertex AI
93+
❌ Azure<br/>
94+
❌ AWS SageMaker<br/>
95+
❌ AWS Bedrock<br/>
96+
❌ Google - Vertex AI<br/>
97+
❌ Google - Palm<br/>
98+
❌ Mistral AI<br/>
99+
❌ CloudFlare AI Workers<br/>
100+
❌ Cohere<br/>
101+
❌ Ollama<br/>
102+
❌ Vertex AI<br/>

TODO.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# TODO
2+
3+
## Providers
4+
- [ ] Azure
5+
- [ ] AWS SageMaker
6+
- [ ] AWS Bedrock
7+
- [ ] Google - Vertex AI
8+
- [ ] Google - Palm
9+
- [ ] Mistral AI
10+
- [ ] CloudFlare AI Workers
11+
- [ ] Cohere
12+
- [ ] Ollama
13+
- [ ] Vertex AI
14+
15+
## Features
16+
- [ ] Streaming
17+
- [ ] SSE
18+
- [ ] Tools
19+
- [ ] Embeddings
20+
- [ ] Vision
21+
- [ ] Create an image

0 commit comments

Comments
 (0)