acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.
1.11k stars 373 forks source link

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

Open disingn opened 1 year ago

disingn commented 1 year ago

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

acheong08 commented 1 year ago

Where is the example?

disingn commented 1 year ago

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.

acheong08 commented 1 year ago

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

acheong08 commented 1 year ago

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

xqdoo00o commented 1 year ago

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

Does this example need install plugin first on chatgpt website?

acheong08 commented 1 year ago

I think yes

disingn commented 1 year ago

例如:启用 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