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

[Feature]: Stablize prompts for all QType #34

Open
rootCircle opened this issue Sep 10, 2024 · 0 comments
Open

[Feature]: Stablize prompts for all QType #34

rootCircle opened this issue Sep 10, 2024 · 0 comments
Labels
good first issue Good for newcomers gpt-engine Everything about the GPTEngine prompt-engine

Comments

@rootCircle
Copy link
Owner

Description

Recently, we introduced langchain output parser in #33, which will help give us the desired output in JSON, Date object, or String wherever required! Since, introducing that, the extensive prompt that we had in promptEngine.ts will become redundant and can act as source to hallucinate the LLM as well in some cases!

Suggested Solution

We remove unnecessary output instructions from the prompts and vet the output as well! Some prompts also have example as output as well like MULTI_CORRECT etc, in that the response and input and prompt vary a lot, we need to fix that as well! Please don't club this issue with any other!

Alternatives

No response

Additional Context

No response

@rootCircle rootCircle added good first issue Good for newcomers prompt-engine gpt-engine Everything about the GPTEngine labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers gpt-engine Everything about the GPTEngine prompt-engine
Projects
None yet
Development

No branches or pull requests

1 participant