sync
This commit is contained in:
parent
0cc55c11ac
commit
d70942079a
2 changed files with 5 additions and 6 deletions
|
|
@ -75,6 +75,11 @@ export async function handler(
|
|||
parseIsStream: (url: string, body: any) => boolean
|
||||
},
|
||||
) {
|
||||
// TODO
|
||||
console.log("!@!@#!#!#!@#@!")
|
||||
console.log(Resource.PLACEHOLDER.value)
|
||||
console.log("!@!@#!#!#!@#@!")
|
||||
|
||||
type AuthInfo = Awaited<ReturnType<typeof authenticate>>
|
||||
type ModelInfo = Awaited<ReturnType<typeof validateModel>>
|
||||
type ProviderInfo = Awaited<ReturnType<typeof selectProvider>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue