fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)
This commit is contained in:
parent
dfe3e79304
commit
1662e149b3
4 changed files with 186 additions and 12 deletions
|
|
@ -114,6 +114,7 @@ export type AuthOuathResult = { url: string; instructions: string } & (
|
|||
refresh: string
|
||||
access: string
|
||||
expires: number
|
||||
accountId?: string
|
||||
}
|
||||
| { key: string }
|
||||
))
|
||||
|
|
@ -133,6 +134,7 @@ export type AuthOuathResult = { url: string; instructions: string } & (
|
|||
refresh: string
|
||||
access: string
|
||||
expires: number
|
||||
accountId?: string
|
||||
}
|
||||
| { key: string }
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue