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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: