Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def predict(message, system_message, max_new_tokens=600, temperature=3.5, top_p=
|
|
49 |
with gr.Blocks() as demo:
|
50 |
gr.Markdown(DESCRIPTION)
|
51 |
with gr.Group():
|
52 |
-
system_prompt = gr.Textbox(placeholder='Provide a System Prompt In The First Person', label='System Prompt', lines=2, value="
|
53 |
|
54 |
with gr.Group():
|
55 |
chatbot = gr.Chatbot(label='thesven/Llama3-8B-SFT-code_bagel-bnb-4bit')
|
|
|
49 |
with gr.Blocks() as demo:
|
50 |
gr.Markdown(DESCRIPTION)
|
51 |
with gr.Group():
|
52 |
+
system_prompt = gr.Textbox(placeholder='Provide a System Prompt In The First Person', label='System Prompt', lines=2, value="You are an expert developer in all programming languages. Help me with my code. Answer any questions I have with code examples.")
|
53 |
|
54 |
with gr.Group():
|
55 |
chatbot = gr.Chatbot(label='thesven/Llama3-8B-SFT-code_bagel-bnb-4bit')
|