Merge pull request #1997 from ksylvan/kayvan/enable-responses-api-for-xai-models

Enable responses API usage for GrokAI (xAI) provider
This commit is contained in:
Kayvan Sylvan
2026-02-12 18:49:30 -08:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
### PR [#1997](https://github.com/danielmiessler/Fabric/pull/1997) by [ksylvan](https://github.com/ksylvan): Enable responses API usage for GrokAI (xAI) provider
- Enable responses API for GrokAI (xAI) provider
- Set ImplementsResponses to true for GrokAI provider

View File

@@ -236,7 +236,7 @@ var ProviderMap = map[string]ProviderConfig{
"GrokAI": {
Name: "GrokAI",
BaseURL: "https://api.x.ai/v1",
ImplementsResponses: false,
ImplementsResponses: true,
},
"Groq": {
Name: "Groq",