feat: add GitHub Copilot provider
Copilot device login + onboarding option; model list auth detection.
This commit is contained in:
committed by
Peter Steinberger
parent
717a259056
commit
3da1afed68
@@ -8,6 +8,7 @@ const ModelApiSchema = z.union([
|
||||
z.literal("openai-responses"),
|
||||
z.literal("anthropic-messages"),
|
||||
z.literal("google-generative-ai"),
|
||||
z.literal("github-copilot"),
|
||||
]);
|
||||
|
||||
const ModelCompatSchema = z
|
||||
|
||||
Reference in New Issue
Block a user