export model type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local net = require("@lune/net")
|
||||
local serde = require("@lune/serde")
|
||||
|
||||
type model = 'grok-4' | 'grok-code-fast-1' | 'grok-4-fast-reasoning' | 'grok-4-fast-non-reasoning' | 'grok-3-mini' | 'grok-3' | 'grok-2-vision'
|
||||
export type model = 'grok-4' | 'grok-code-fast-1' | 'grok-4-fast-reasoning' | 'grok-4-fast-non-reasoning' | 'grok-3-mini' | 'grok-3' | 'grok-2-vision'
|
||||
|
||||
export type message = {
|
||||
role: string,
|
||||
|
||||
Reference in New Issue
Block a user