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
I am currently using this only plugin from several LLM plugins, due to its excellent compatibility and ease of use. Thank you.
Is it ok to open up the ability for users to edit the content of HTTP requests? This would allow for better compatibility. My current LLM platform can enable additional features like web search by including extra API parameters (the tools list). Of course, including top_p and temperature and so on.
Request
Please consider allowing users to modify the HTTP request content. This would greatly enhance compatibility with various LLM platforms that rely on additional API parameters for extended functionalities. Higher compatibility also helps to reduce subsequent maintenance.
Consider adding a way to reference the page title in the custom prompt, like {{title}}.
The text was updated successfully, but these errors were encountered:
I'm trying to hook into perplexity and have the same problem. I have done local changes to the code to add in the keys and skip around langchain's openai dependency but I can't get the plugin to install. Watching here for updates to the API flexibility. Thanks, this is the sleekest of the option I have found too.
Description
I am currently using this only plugin from several LLM plugins, due to its excellent compatibility and ease of use. Thank you.
Is it ok to open up the ability for users to edit the content of HTTP requests? This would allow for better compatibility. My current LLM platform can enable additional features like web search by including extra API parameters (the
tools
list). Of course, includingtop_p
andtemperature
and so on.Request
{{title}}
.The text was updated successfully, but these errors were encountered: