YouCaptcha

Results 1 comments of YouCaptcha

1. Modify the file:lib/ai/models.ts ```javascript export interface Model { id: string label: string apiIdentifier: string description: string } export const models: Array = [ { id: "gpt-4o-mini", label: "GPT 4o...