Vercel ai gateway (#7)
* feat: use vercel ai gateway * chore: update UI
This commit is contained in:
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
||||
|
||||
export const RequestSchema = z.object({
|
||||
command: z.string(),
|
||||
parameters: z.record(z.string()).optional(),
|
||||
parameters: z.record(z.string(), z.string()).optional(),
|
||||
apiKey: z.string()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user