Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
|
|
44 |
Part of [ai-blueprint](https://github.com/davidberenstein1957/ai-blueprint) - a blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs and agents.""")
|
45 |
|
46 |
with gr.Row():
|
47 |
-
system_prompt = gr.Textbox(label="System prompt", lines=3)
|
48 |
user_prompt = gr.Textbox(label="Query", lines=3)
|
49 |
|
50 |
with gr.Accordion("kwargs"):
|
|
|
44 |
Part of [ai-blueprint](https://github.com/davidberenstein1957/ai-blueprint) - a blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs and agents.""")
|
45 |
|
46 |
with gr.Row():
|
47 |
+
system_prompt = gr.Textbox(label="System prompt", lines=3, value="You are a helpful assistant.")
|
48 |
user_prompt = gr.Textbox(label="Query", lines=3)
|
49 |
|
50 |
with gr.Accordion("kwargs"):
|