acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I get an error when requesting gpt-4-plugins, is there an example of the request

disingn opened this issue · comments

I get an error when requesting gpt-4-plugins, is there an example of the request

Where is the example?

Where is the example?例子在哪里?

Can you write an example of a request plugin? I don't know how to use the model gpt-4-plugins, when I request it like requesting gpt-4, it is reporting an error.

Oh. So you need to set plugin_ids in the JSON. It is an array of enabled plugins. Reference https://github.com/acheong08/ChatGPT 's config in the readme

For example: "plugin_ids": ["plugin-d1d6eb04-3375-40aa-940a-c2fc57ce0f51"] to enable wolfram alpha

For example: "plugin_ids": ["plugin-d1d6eb04-3375-40aa-940a-c2fc57ce0f51"] to enable wolfram alpha

Does this example need install plugin first on chatgpt website?

I think yes

例如:启用 wolfram alpha"plugin_ids": ["plugin-d1d6eb04-3375-40aa-940a-c2fc57ce0f51"]

此示例是否需要先在 chatgpt 网站上安装插件?

I am for yes you should first install the plugin on chatgpt before calling it