You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create dedicated PlatformFactory for Albert API
- Handle Albert-specific URL configuration
- Add tests for the new bridge
- Update documentation to reflect Albert as a separate platform
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ $embeddings = new Embeddings();
69
69
*[DeepSeek's R1](https://www.deepseek.com/) with [OpenRouter](https://www.openrouter.com/) as Platform
70
70
*[Amazon's Nova](https://nova.amazon.com) with [AWS](https://aws.amazon.com/bedrock/) as Platform
71
71
*[Mistral's Mistral](https://www.mistral.ai/) with [Mistral](https://www.mistral.ai/) as Platform
72
-
*OpenAI-compatible models via[Albert API](https://github.com/etalab-ia/albert-api) (French government's sovereign AI gateway)
72
+
*[Albert API](https://github.com/etalab-ia/albert-api) models with[Albert](https://github.com/etalab-ia/albert-api) as Platform (French government's sovereign AI gateway)
73
73
* Embeddings Models
74
74
*[OpenAI's Text Embeddings](https://platform.openai.com/docs/guides/embeddings/embedding-models) with [OpenAI](https://platform.openai.com/docs/overview) and [Azure](https://learn.microsoft.com/azure/ai-services/openai/concepts/models) as Platform
75
75
*[Voyage's Embeddings](https://docs.voyageai.com/docs/embeddings) with [Voyage](https://www.voyageai.com/) as Platform
0 commit comments