simonou99 commited on
Commit
17ab212
·
verified ·
1 Parent(s): 55a2047

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -94,6 +94,17 @@ def gradio_fn(message, history, api_key):
94
  with gr.Blocks() as demo:
95
  gr.Markdown(
96
  """
 
 
 
 
 
 
 
 
 
 
 
97
  # Simple Dual LLM Chatbot
98
 
99
  This is a playground for testing out Standford's 'Meta-Prompting' logic ([paper link](https://arxiv.org/abs/2401.12954)), in whcih for every user request, it first passes the request to a 'meta' bot, the 'meta' bot will then generate a system prompt of a field-related 'Expert' bot for answering user's request.
 
94
  with gr.Blocks() as demo:
95
  gr.Markdown(
96
  """
97
+ ---
98
+ title: Advanced Dual Prompting
99
+ emoji: 🏆
100
+ colorFrom: green
101
+ colorTo: purple
102
+ sdk: gradio
103
+ sdk_version: 4.16.0
104
+ app_file: app.py
105
+ pinned: false
106
+ ---
107
+
108
  # Simple Dual LLM Chatbot
109
 
110
  This is a playground for testing out Standford's 'Meta-Prompting' logic ([paper link](https://arxiv.org/abs/2401.12954)), in whcih for every user request, it first passes the request to a 'meta' bot, the 'meta' bot will then generate a system prompt of a field-related 'Expert' bot for answering user's request.