feat: add support for xAI (#1915)
Some checks failed
CI / Unit tests (push) Has been cancelled
CI / commit_lint (push) Has been cancelled

This commit is contained in:
Ryo Shen
2024-11-07 23:52:38 +08:00
committed by GitHub
parent b0b88a79ff
commit 8ec092ba44
10 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package xai
var ModelList = []string{
"grok-beta",
}