Skip to content

Commit aabab0a

Browse files
rgambeegithub-actions[bot]
authored andcommitted
Add support for Grok 4.20 beta (#5144)
It matches the config for Grok 4 almost exactly. Sourced from commit da722d4ef71c52a137bd3c112ed7949272f81bd2
1 parent d4a5ebc commit aabab0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/futuresearch/generated/models/llm_enum_public.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class LLMEnumPublic(str, Enum):
5757
GPT_5_MINI = "GPT_5_MINI"
5858
GPT_5_MINIMAL = "GPT_5_MINIMAL"
5959
GPT_5_NANO = "GPT_5_NANO"
60+
GROK_4_20_BETA = "GROK_4_20_BETA"
6061

6162
def __str__(self) -> str:
6263
return str(self.value)

0 commit comments

Comments
 (0)