Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion interface/src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ export interface ProviderModelTestResponse {
export interface OpenAiOAuthBrowserStartResponse {
success: boolean;
message: string;
authorization_url: string | null;
user_code: string | null;
verification_url: string | null;
state: string | null;
}

Expand Down
Loading