#Plugins API

37 messages · Page 1 of 1 (latest)

feral crown
#

is there a way to apply plugins when requesting a chat completion via the api?

feral crown
#

I know how to make plugins but when using the chat completions endpoint can I somehow define which plugins to use

icy saffron
feral crown
#

how unfortunate

icy saffron
feral crown
icy saffron
feral crown
#

e.g. wolfram

icy saffron
feral crown
#

but how can i make gpt3.5 tell me that what i need to fetch

#

and then give it to it

feral crown
dense bluff
#

you can also read the code and create your own alternative in the language you want

gray depot
#

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

icy saffron
#

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

gray depot
#

how can I have a conversational agent and give it system message?

#

or add it to a chain

#

maybe these can't be mixed?

icy saffron
#

Then try combining that with conversational agents?

chilly narwhal
#

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

gray depot
#

how can I submit a plugin to be reviewed and verified with OpenAI?

icy saffron
gray depot
#

yes

icy saffron
# gray depot yes

The email you received confirming access should contain the place for submitting

gray depot
#

oh thank you! I was super exited when I saw the email I didn't read it all