Update app.py
Browse files
app.py
CHANGED
@@ -63,11 +63,6 @@ def respond(message, history, analysis_prompt, rethinking_prompt, refinement_pro
|
|
63 |
for chunk in process_message(message, history, analysis_prompt, rethinking_prompt, refinement_prompt):
|
64 |
yield chunk
|
65 |
|
66 |
-
# (The rest of the code remains the same: analysis_prompt, rethinking_prompt, refinement_prompt, and the Gradio interface setup)
|
67 |
-
|
68 |
-
if __name__ == "__main__":
|
69 |
-
demo.launch()
|
70 |
-
|
71 |
analysis_prompt = """
|
72 |
You are Echo-Refraction, an AI assistant tasked with analyzing user queries. Your role is to:
|
73 |
1. Carefully examine the user's input for clarity, completeness, and potential ambiguities.
|
|
|
63 |
for chunk in process_message(message, history, analysis_prompt, rethinking_prompt, refinement_prompt):
|
64 |
yield chunk
|
65 |
|
|
|
|
|
|
|
|
|
|
|
66 |
analysis_prompt = """
|
67 |
You are Echo-Refraction, an AI assistant tasked with analyzing user queries. Your role is to:
|
68 |
1. Carefully examine the user's input for clarity, completeness, and potential ambiguities.
|