Plugins dont work when using a modelspec with parameters and endpoints menu disabled #4110
-
What happened?I am using an OpenAI reverse proxy, with a custom model spec, for a gpt-4o model. Whenever i have parameters disabled ie parameters : false, i get a 404 error. The moment i turn it on, the request goes through. Any idea what might be causing this? Steps to Reproduce
What browsers are you seeing the problem on?No response Relevant log outputNo response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
swiftdev29
Sep 19, 2024
Replies: 1 comment 2 replies
-
The fix i figured out with the help of the community was to add agentParams to the modelSpec. I am not sure how that makes sense, but it worked. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
swiftdev29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The fix i figured out with the help of the community was to add agentParams to the modelSpec. I am not sure how that makes sense, but it worked.