mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
add fireflies ai provider
This commit is contained in:
parent
c7a6b060f1
commit
e4685b47ba
1 changed files with 13 additions and 0 deletions
|
|
@ -66,6 +66,19 @@ const providerConfigs: ProviderConfig = {
|
|||
'https://www.googleapis.com/auth/drive.readonly',
|
||||
],
|
||||
},
|
||||
'fireflies-ai': {
|
||||
discovery: {
|
||||
mode: 'issuer',
|
||||
issuer: 'https://api.fireflies.ai/.well-known/oauth-authorization-server',
|
||||
},
|
||||
client: {
|
||||
mode: 'dcr',
|
||||
},
|
||||
scopes: [
|
||||
'profile',
|
||||
'email',
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue