feat: add support for xAI

This commit is contained in:
Ryo Shen
2024-11-07 13:34:08 +08:00
parent 7e51b04221
commit 4b32c6142b
10 changed files with 29 additions and 2 deletions

View File

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