Replies: 1 comment
-
|
Not directly as a Custom GPT object or GPT ID through Custom GPTs are configured and used inside ChatGPT. The API path is separate: build the same behavior in your app with the OpenAI API by carrying over the GPT configuration into API primitives:
The relevant distinction in the OpenAI docs is that GPTs are no-code assistants built and used inside ChatGPT, while API assistants/integrations are developer-built experiences inside your own app. The GPTs FAQ also says GPTs are not the way to embed ChatGPT in an external product; for that, use the API. Docs:
So if you already have a Custom GPT and want programmatic access, the practical route is to recreate its instructions, files, and tool behavior in an API-backed assistant/agent rather than trying to call the ChatGPT GPT directly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to programmatically use Custom GPTs with this library?
Beta Was this translation helpful? Give feedback.
All reactions