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