mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
AIX: Gemini: add maxTemperature
This commit is contained in:
@@ -746,6 +746,7 @@ export namespace GeminiWire_API_Models_List {
|
||||
temperature: z.number().optional(),
|
||||
topP: z.number().optional(),
|
||||
topK: z.number().int().optional(),
|
||||
maxTemperature: z.number().optional(),
|
||||
});
|
||||
|
||||
export type Response = z.infer<typeof Response_schema>;
|
||||
|
||||
Reference in New Issue
Block a user