Skip to content
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

Consider implementing a proxy to support any future tool_calls responses #2

Closed
fjsj opened this issue May 20, 2024 · 1 comment
Closed

Comments

@fjsj
Copy link
Member

fjsj commented May 20, 2024

To support Function calling, i.e, tool_calls responses on any OpenAI endpoints, perhaps the easiest way is to implement a proxy to OpenAI's API. That means we simply route calls to it, and process responses. We need to have a allowlist of paths, though, to avoid regular users to call sensitive OpenAI API endpoints.

@fjsj
Copy link
Member Author

fjsj commented May 27, 2024

Dropped because we want some custom API as similar tools do: #13

@fjsj fjsj closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant