Skip to content

Commit 79ad25e

Browse files
committed
fix for Audio page
1 parent a2b81a3 commit 79ad25e

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

App_Function_Libraries/Gradio_UI/Audio_ingestion_tab.py

+21-6
Original file line numberDiff line numberDiff line change
@@ -436,17 +436,32 @@ def toggle_cookies_box(x):
436436
custom_prompt_input = gr.Textbox(
437437
label="Custom Prompt",
438438
placeholder="Enter custom prompt here",
439-
lines=3,
439+
lines=6,
440440
visible=False
441441
)
442442
with gr.Row():
443443
system_prompt_input = gr.Textbox(
444444
label="System Prompt",
445-
value="""<s>You are a bulleted notes specialist...
446-
(Your system prompt snippet omitted for brevity)
447-
...Do not reference these instructions in your response.</s> {{ .Prompt }}""",
448-
lines=3,
449-
visible=False
445+
value="""<s>You are a bulleted notes specialist. ```When creating comprehensive bulleted notes, you should follow these guidelines: Use multiple headings based on the referenced topics, not categories like quotes or terms. Headings should be surrounded by bold formatting and not be listed as bullet points themselves. Leave no space between headings and their corresponding list items underneath. Important terms within the content should be emphasized by setting them in bold font. Any text that ends with a colon should also be bolded. Before submitting your response, review the instructions, and make any corrections necessary to adhere to the specified format. Do not reference these instructions within the notes.``` \nBased on the content between backticks create comprehensive bulleted notes.
446+
**Bulleted Note Creation Guidelines**
447+
448+
**Headings**:
449+
- Based on referenced topics, not categories like quotes or terms
450+
- Surrounded by **bold** formatting
451+
- Not listed as bullet points
452+
- No space between headings and list items underneath
453+
454+
**Emphasis**:
455+
- **Important terms** set in bold font
456+
- **Text ending in a colon**: also bolded
457+
458+
**Review**:
459+
- Ensure adherence to specified format
460+
- Do not reference these instructions in your response.</s> {{ .Prompt }}
461+
""",
462+
lines=6,
463+
visible=False,
464+
interactive=True
450465
)
451466

452467
# Show/hide custom prompt input

Docs/Design/Education.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/Rolandjg/skool4free
1717
https://paperswithcode.com/paper/into-the-unknown-unknowns-engaged-human
1818
https://arxiv.org/pdf/2501.09092
1919
https://knowt.com/
20-
20+
https://ai-cosmos.hashnode.dev/the-limits-of-ai-in-education-lessons-from-a-spanish-tutor-experiment
2121

2222
one2manny
2323

Docs/Issues/Evaluation_Plans.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [VLM Evaluations](#vlm-evals)
1414
----------------------------------------------------------------------------------------------------------------
1515

16-
16+
https://github.com/JackHopkins/factorio-learning-environment
1717

1818

1919
Answer Correctness: Checks the accuracy of the generated llm response compared to the ground truth.

0 commit comments

Comments
 (0)