Replies: 2 comments
-
|
@SebConejo as of today we have no way to detect if the request comes from an token subscription or from API Key. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How did you configure the router to route to an OAuth model? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When connected via OAuth (not an API key), the dashboard still displays token costs — which is misleading since Manifest is designed to track and optimize API key consumption.
Ideally, Manifest should detect the connection method and:
display it wihtout pricing information.
indicate if a message is "connexionType= API KEY" or "OAUTH" so that the user undestand better its confiugration
In messages, we could ne able to filter the list by connexion type.
Beta Was this translation helpful? Give feedback.
All reactions