-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Only show providers if dependencies are installed #5251
Conversation
@@ -84,6 +85,8 @@ | |||
from phoenix.server.api.types.UserApiKey import UserApiKey, to_gql_api_key | |||
from phoenix.server.api.types.UserRole import UserRole | |||
|
|||
initialize_playground_clients() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this once inside create_app
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good question, I think probably yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add anthropic?
I think this is added already @axiomofjoy |
resolves #5116
GenerativeProvider
will now have adependencies
field anddependencies_installed
field that can be used to filter down to show only available providers