Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of an API for custom GPT actions #146

Open
leVoT8 opened this issue Oct 28, 2024 Discussed in #142 · 0 comments
Open

Addition of an API for custom GPT actions #146

leVoT8 opened this issue Oct 28, 2024 Discussed in #142 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@leVoT8
Copy link

leVoT8 commented Oct 28, 2024

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:

@adhityan adhityan added the enhancement New feature or request label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants