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
Device and OS: Ubuntu App/package versions: uds and all other dependencies up-to-date Kubernetes distro being used: k3d Other:
expose_openai_schema:true
expose_openapi_schema:true
We have had 3 different users thus far mess up the copy/paste or accidentally use openai in place of openapi.
openai
openapi
Normally, I would attribute this to user error, but three different users making the same mistake represents a pattern.
The API is not exposed properly when the wrong variable is used.
Nice-to-have. May be rendered obsolete if the API is exposed by default once the long-lived API key branch is merged into the project.
CC @unicorn-kp
The text was updated successfully, but these errors were encountered:
in #561 proposing to rename to EXPOSE_API
EXPOSE_API
Sorry, something went wrong.
gphorvath
Successfully merging a pull request may close this issue.
Environment
Device and OS: Ubuntu
App/package versions: uds and all other dependencies up-to-date
Kubernetes distro being used: k3d
Other:
Steps to reproduce
expose_openai_schema:true
expose_openapi_schema:true
Expected result
We have had 3 different users thus far mess up the copy/paste or accidentally use
openai
in place ofopenapi
.Normally, I would attribute this to user error, but three different users making the same mistake represents a pattern.
Actual Result
The API is not exposed properly when the wrong variable is used.
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Nice-to-have. May be rendered obsolete if the API is exposed by default once the long-lived API key branch is merged into the project.
Additional Context
CC @unicorn-kp
The text was updated successfully, but these errors were encountered: