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

Ability to seed conversations with arbitrary training text #75

Closed
aaronsteers opened this issue Jan 29, 2023 · 3 comments
Closed

Ability to seed conversations with arbitrary training text #75

aaronsteers opened this issue Jan 29, 2023 · 3 comments
Labels
enhancement New feature or request future-release Marks the improvements/bug reports that are work-in-progress and wil lbe released soon help wanted Extra attention is needed

Comments

@aaronsteers
Copy link

Within any given project, I'd like to be able to configure the project-specific extension settings to seed each new conversion with arbitrary training text. This could be a long form set of guidelines and rules for the active project - or it could be used to fill gaps in ChatGPT's knowledge gaps.

Ideally, I'd like to be able to set the seed text in json - or (easier to maintain) as a link to a local or absolute text file path or perhaps as a remote http ref.

Example text to seed a conversation.

If you aren't sure of the answer, please answer "Unknown".

Assume we always want examples that are compatible with Python 3.7.

I'm working in a React project using Next.js. please provide answers with those contexts when possible.

Downside of this would be a slightly longer start time, but the benefit would be an iteratively improving answer experience as more guidance is built into the training text over time.

@gencay
Copy link
Owner

gencay commented Feb 21, 2023

@aaronsteers I like this idea. What you are talking about is the predefined context for GPT models, which the extension already defines for each question. I could make it an option in the settings so that you can update it. And if you prefer that to be more dynamic, you could just set that option to an empty string "" and you would provide the context in every question instead.

I will update here once it's rolled out, when I get some free time to work on this.

Thank you!

@AmShaegar13
Copy link

I came up with the same idea when I came across https://prompts.chat/. I started initializing my conversations with such prompts. Would be awesome to have a setting for this!

@gencay gencay added enhancement New feature or request future-release Marks the improvements/bug reports that are work-in-progress and wil lbe released soon labels Mar 15, 2023
@gencay gencay closed this as completed Mar 18, 2023
@gencay
Copy link
Owner

gencay commented Mar 18, 2023

We actually addressed this issue (Labeled with future-release) in our internal version and were ready to release it next week, however we have to suddenly take down the extension due to reasons outlined in the issue #239 and our readme. I'll make sure to archive these feature requests and provide to whomever continues the journey as a reference. Our sincere apologies 🙏

@gencay gencay added the help wanted Extra attention is needed label Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future-release Marks the improvements/bug reports that are work-in-progress and wil lbe released soon help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants