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: generate ideas with an LLM #328

Open
4 tasks
nwittstruck opened this issue Aug 7, 2024 · 0 comments
Open
4 tasks

feature: generate ideas with an LLM #328

nwittstruck opened this issue Aug 7, 2024 · 0 comments

Comments

@nwittstruck
Copy link
Contributor

nwittstruck commented Aug 7, 2024

Further Notes

As an experiment, we'd like to allow users to generate ideas for brainstormings with an LLM.

We'll stick to the OpenAI API Chat Completions design, however, we should make sure it's usable with other LLM API endpoints that follow the OpenAI API design.

Possible Implementation

  • Use openai_ex
  • Generate ideas with a simple prompt asking for ideas for a given title in JSON format
  • Add a simple button that does not allow configuration to a brainstorming when AI is enabled
  • Check user locale to generate correct prompt

Follow-up questions:

  • Should we allow admins to disable AI for a brainstorming?

Checklist

  • Add feature / enhancement
  • Make sure that it works based on user locale
  • Add test
  • Deploy on staging
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

When branches are created from issues, their pull requests are automatically linked.

1 participant