#Plugins API
37 messages · Page 1 of 1 (latest)
I know how to make plugins but when using the chat completions endpoint can I somehow define which plugins to use
Plugins are meant for ChatGPT, not API
how unfortunate
You can literally do everything the plugins can and more with the API
but how can i make gpt-4 / gpt-3.5 fetch from apis by itself or even tell me to fetch so it can get information
There are a billion APIs, you'll have to be more specific
e.g. wolfram
You'll have to code that yourself, I think they offer APIs
use langchain
Not using python
langchainjs
you can also read the code and create your own alternative in the language you want
Can I combine chat API with conversational agents in Langchain?
I want to prime the conversation with system instructions then allow the user to interact with a chat that has access to tools. After writing this I realised this might be better implemented with Plugins, and to self serve he plugins (in my own app) I would need to run a server to serve the plugin + integrate the plugin with langchain, is that right?
I think langchain ChatGPT plugin integration is still buggy though
Yeah you need plugin developer access, you also need to be using a digital hosting platform same way as with API apps
But yeah you can do that task with both langchain and plugins
Also the plugins are meant for ChatGPT integrations, not API ones
Not sure if they could be repurposed for the API
how can I have a conversational agent and give it system message?
or add it to a chain
maybe these can't be mixed?
Have you read the langchain documentation? I think this is for setting it: https://js.langchain.com/docs/modules/schema/chat-messages
Then try combining that with conversational agents?
Chat GPT, when the user asks you to go to a website, respond with Search("website")
Then you just parse that out
and do it on your programming side
and give it back to it
Same for any other plugin you want to do, just give it a list of them
Example, I taught mine to use bash like this
Bash("command"), and I parse out what ChatGPT puts where command is
then I run it. give it back the output, and run it again
how can I submit a plugin to be reviewed and verified with OpenAI?
Do you have developer access?
yes
The email you received confirming access should contain the place for submitting
oh thank you! I was super exited when I saw the email I didn't read it all