acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add plugin api

roodkcab opened this issue · comments

model support gpt-4-plugins, but plugin_ids can't pass to openai.

Breaks compatibility with official API. How would you guys want to proceed with this?

I added plugin_ids parameter to both api and chatapi, works fine. I'll submit a pr laster.

by the way, openai release function calling api this morning. looks yummy.

I added plugin_ids parameter to both api and chatapi, works fine. I'll submit a pr laster.
Woot! Thank you! +1 looking forward to this, and seeing how you implemented it.

by the way, openai release function calling api this morning. looks yummy.
This is .. huge. Any guesses on how to implement this as a parameter? Couldn't be as simple as plugin_ids, could it?
Should this be posted as a separate issue?

by the way, openai release function calling api this morning. looks yummy.

Only for official API.