Skip to content

Addition of an API for custom GPT actions #146

@leVoT8

Description

@leVoT8

Discussed in #142

Originally posted by leVoT8 October 26, 2024
ChatGPT provides paid subscribers with the opportunity to create custom GPTs to exist on their web user interface, enhancing usability and personalization. Through the use of "actions," users can tailor their GPTs to make API calls based on OpenAI's schema. To successfully implement a RAG model in a custom GPT, one must develop middleware that can handle the API call, transform the query into an embedding, process it against a vector database, and deliver the results back to the GPT.

I believe EmbedJS has immense potential to play this middleware role. What is needed is an integrated API service that aligns with OpenAI's schema, complemented by comprehensive documentation to guide users in integrating this API schema into their custom GPT's actions.

If we can bring this to fruition, I am confident that EmbedJS will experience a tremendous surge in popularity! The demand for such a solution is undeniable, and currently, no one has successfully filled this gap to my knowledge.

For more information on GPT actions, check out the following resources:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions