EmbeddedLLM / JamAIBase

The collaborative spreadsheet for AI. Chain cells into powerful pipelines, experiment with prompts and models, and evaluate LLM responses in real-time. Work together seamlessly to build and iterate on AI applications.
https://www.jamaibase.com/
Apache License 2.0
382 stars 17 forks source link

[FEAT] Add negative prompt column input field to system prompt #13

Closed szeyu closed 3 months ago

szeyu commented 4 months ago

Is your feature request related to a problem? Please describe.

I always wanna rewrite the statement to told the system what is the restriction of output.

Describe the solution you'd like

I would prefer if there is a negative prompt column input field to system prompt, where the users will input what is the incorrect example of output

Describe alternatives you've considered

negative prompt can be written in system prompt with some statement of these outputs are incorrect

Additional context

if you check stable diffusion and DaVinci solution, they provide a field to input negative prompt which is the restriction of output

jiahuei commented 3 months ago

hello @szeyu , I'm not sure I fully understand your suggestion. Negative prompts are an inherent feature of stable diffusion models, but it is not the case for LLMs. Can you find examples of negative prompts for LLMs?

jiahuei commented 3 months ago

Closing for now