We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys
Is there a clean way to use multiple api keys with this package? Use case is a multi-tenant app where users supply their own keys
Overriding config values feels a bit hacky and doesn’t always work well with Octane.
The text was updated successfully, but these errors were encountered:
Can always just use the underlying client https://github.com/openai-php/client
Sorry, something went wrong.
True. I’ll do that 👍
I'd rather rely on this package's default configuration than copy/pasting it into my Laravel app.
Is there any way to access the client object to call the withApiKey method?
withApiKey
No branches or pull requests
Hi guys
Is there a clean way to use multiple api keys with this package? Use case is a multi-tenant app where users supply their own keys
Overriding config values feels a bit hacky and doesn’t always work well with Octane.
The text was updated successfully, but these errors were encountered: