Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

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

Open
disingn opened this issue Jun 16, 2023 · 7 comments

Comments

@disingn
Copy link

disingn commented Jun 16, 2023

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

@acheong08
Copy link
Owner

Where is the example?

@disingn
Copy link
Author

disingn commented Jun 16, 2023

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
Copy link
Owner

acheong08 commented Jun 16, 2023

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
Copy link
Owner

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

@xqdoo00o
Copy link
Contributor

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
Copy link
Owner

I think yes

@disingn
Copy link
Author

disingn commented Jun 17, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants