acheong08 / ChatGPT

Reverse engineered ChatGPT API
GNU General Public License v2.0
28.01k stars 4.48k forks source link

[Feature Request]: AsyncChatbot这个函数不支持传递gpt-4-plugins插件的id #1390

Closed huxngmail closed 1 year ago

huxngmail commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

AsyncChatbot这个里面的ask和post_messages的函数不支持plugin_ids传入

Proposed workflow

async def ask( self, prompt: str, conversation_id: str | None = None, parent_id: str = "", model: str = "", auto_continue: bool = False, timeout: int = 360, ) -> AsyncGenerator[dict, None]:

Additional information

No response