Skip to content

Commit 3008bf8

Browse files
committed
Add OpenAI device OAuth flow
1 parent bde8e71 commit 3008bf8

File tree

5 files changed

+641
-432
lines changed

5 files changed

+641
-432
lines changed

interface/src/api/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,8 @@ export interface ProviderModelTestResponse {
701701
export interface OpenAiOAuthBrowserStartResponse {
702702
success: boolean;
703703
message: string;
704-
authorization_url: string | null;
704+
user_code: string | null;
705+
verification_url: string | null;
705706
state: string | null;
706707
}
707708

0 commit comments

Comments
 (0)