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

Implement system prompt #144

Closed
leVoT8 opened this issue Oct 27, 2024 · 2 comments
Closed

Implement system prompt #144

leVoT8 opened this issue Oct 27, 2024 · 2 comments
Assignees

Comments

@leVoT8
Copy link

leVoT8 commented Oct 27, 2024

🚀 The feature

It would be great to to see EmbedJS have the ability to not only query via a user prompt but also implement a system prompt.

Motivation, pitch

I am seeking to create a custom GPT with RAG. It appears EmbedJS only offers a user prompt to be implemented, and not a system prompt. I would love the ability to be able to implement a system prompt as well.

@adhityan
Copy link
Collaborator

adhityan commented Oct 27, 2024

Actually EmbedJs already uses system prompts and this can be configured. Check out my reply on this discussion for more details on how to do it #141.

You can read more about this against the method setQueryTemplate in the API Reference https://llm-tools.mintlify.app/api-reference/overview. I will update the documentation to make this more clear.

@leVoT8
Copy link
Author

leVoT8 commented Oct 28, 2024

Thank you!

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

No branches or pull requests

2 participants