magicoder icon indicating copy to clipboard operation
magicoder copied to clipboard

Text-gen prompt template?

Open ghost opened this issue 1 year ago • 3 comments

Sorry if this was mentioned before, but is there a stock prompt template in ooba's text-gen that works with this?

ghost avatar Dec 12 '23 16:12 ghost

Thanks for asking. I'm not very familiar with ooba. Would you mind providing more context?

UniverseFly avatar Dec 13 '23 05:12 UniverseFly

Here is the normal text-generation prompt for Magicoder:

MAGICODER_PROMPT = """You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable responses to user instructions.

@@ Instruction
{instruction}

@@ Response
"""

UniverseFly avatar Dec 13 '23 05:12 UniverseFly

Thanks for asking. I'm not very familiar with ooba. Would you mind providing more context?

As in the most popular web GUI for LLMs ( at least claims to be :) ) . Oobagooba is the person, text-generation is what he calls it. Its based on Gradio. He has built in prompts for most things ( but not yours yet, too new ). https://github.com/oobabooga/text-generation-webui

Ill see if i can create one via what you just posted above this and add it to my copy until its added offically, thanks.

ghost avatar Dec 13 '23 11:12 ghost