-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Question]: Currently, AgenOps only supports openAI. Does AgenOps support other base_url? #520
Comments
Hi @xiaoxiaoimg -- can you explain what you mean by this? The OpenAI library is supported and so are other BaseURLs. Can you post a code snippet demonstrating the bug? |
I think I understand what he means - correct me if wrong. You use a custom OpenAI-compatible endpoint and you're wondering whether AgentOps will support that, am I correct? The answer is not currently, but it's an interesting idea and not though to make happen This would mean us having to intercept:
Though I don't see this happening any time soon, it is not an integration but something you would develop yourself. To integrate with agentops "the hard way", checkout the decorators section from our docs. |
Bumping! @xiaoxiaoimg |
Contact Details
No response
π¦ Package Version
0.3.17
ποΈ Framework Version
No response
π Describe the Bug
Currently, AgenOps only supports openAI. Does AgenOps support other base_url?
π€ Contribution
The text was updated successfully, but these errors were encountered: