Update app.py
Browse files
app.py
CHANGED
@@ -110,9 +110,9 @@ def get_answer(query, history, temperature, top_p, max_token_count):
|
|
110 |
Additionally, only if there is sufficient remaining token capacity, provide 2 or 3 related questions that the user might want to ask next based on the topic.
|
111 |
If possible, use the following structure for these suggested questions:
|
112 |
Here are some related questions you might be interested in:
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
|
117 |
Ensure these suggested questions are brief, relevant, and encourage further exploration on the topic.
|
118 |
Assistant:
|
|
|
110 |
Additionally, only if there is sufficient remaining token capacity, provide 2 or 3 related questions that the user might want to ask next based on the topic.
|
111 |
If possible, use the following structure for these suggested questions:
|
112 |
Here are some related questions you might be interested in:
|
113 |
+
路 First related question
|
114 |
+
路 Second related question
|
115 |
+
路 Third related question
|
116 |
|
117 |
Ensure these suggested questions are brief, relevant, and encourage further exploration on the topic.
|
118 |
Assistant:
|