From 72c5acb3a589e9f8525fc4be6b16bd5a86ac43c9 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Tue, 28 Oct 2025 15:49:47 -0700 Subject: [PATCH] docs(readme): minor copyedit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da4f22b198a322b9866844a48c07b3c10873db1..fd52ed38d1faa6389cc6d9902461b579869e1fb4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ fmt.Println(result.Response.Content.Text()) ## Multi-model? Multi-provider? -Yeah! Fantasy is designed to support a wide variety of providers and models under a single API. While many providers such as Microsoft Azure, Amazon Bedrock, and OpenRouter have dedicated package, many other work just fine with `openaicompat`, the generic OpenAI-compatible layer. That said, if you find a provider that’s not compatible and needs special treatment, please let us know in an issue (or open a PR). +Yeah! Fantasy is designed to support a wide variety of providers and models under a single API. While many providers such as Microsoft Azure, Amazon Bedrock, and OpenRouter have dedicated packages in Fantasy, many others work just fine with `openaicompat`, the generic OpenAI-compatible layer. That said, if you find a provider that’s not compatible and needs special treatment, please let us know in an issue (or open a PR). ## Work in Progress