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
It would be nice if the completions endpoint was more compatible with the OpenAI endpoint so that tools that use this endpoint would work with guardrails without modification. I'd like to use the deep-chat widget for example.
My proposal is that if neither config_ids nor config_id are provided on the completions call, the value would be set to ["config"] as the default.
The text was updated successfully, but these errors were encountered:
It would be nice if the completions endpoint was more compatible with the OpenAI endpoint so that tools that use this endpoint would work with guardrails without modification. I'd like to use the deep-chat widget for example.
My proposal is that if neither
config_ids
norconfig_id
are provided on the completions call, the value would be set to["config"]
as the default.The text was updated successfully, but these errors were encountered: