mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Anthropic: reduce access
This commit is contained in:
@@ -17,7 +17,7 @@ const anthropicAccessSchema = z.object({
|
||||
anthropicHost: z.string().trim(),
|
||||
});
|
||||
|
||||
export const chatGenerateSchema = z.object({ access: anthropicAccessSchema, model: modelSchema, history: historySchema });
|
||||
const chatGenerateSchema = z.object({ access: anthropicAccessSchema, model: modelSchema, history: historySchema });
|
||||
|
||||
const listModelsSchema = z.object({ access: anthropicAccessSchema });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user