You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the latest tutorial about running agency-swam with llama/astra-assistant-api I get the following error:
openai.AuthenticationError: Error code: 401 - {'detail': '\nUnauthorized to connect to AstraDB. Please ensure you\'re passing a token starting with `ASTRACS:...` from https://astra.datastax.com and ensure it has the right scope.\n\nCould not access url: https://api.astra.datastax.com/v2/databases. Detail: {"errors":[{"ID":340018,"message":"Resource not found: token with identifier: auth-manager returned 404 for call %s/v2/admin/tokens?%s"}]}'}
Trying different combinations of creating other tokens with more powerful roles didn't make any changes, also groq example raises the same error. It seems that datastax team changes the api, this is why it would be better to reduce the amount of dependency from the framework to make it really production ready IMO.
The text was updated successfully, but these errors were encountered:
Hi,
Using the latest tutorial about running agency-swam with llama/astra-assistant-api I get the following error:
Trying different combinations of creating other tokens with more powerful roles didn't make any changes, also groq example raises the same error. It seems that datastax team changes the api, this is why it would be better to reduce the amount of dependency from the framework to make it really production ready IMO.
The text was updated successfully, but these errors were encountered: