Update README.md
Browse files
README.md
CHANGED
|
@@ -90,3 +90,8 @@ requirements.txt
|
|
| 90 |
* If Gemini decides that a tool call is required to answer an 'out of domain' question', Gemini make 1 or more calls to the GoogleSearch tool
|
| 91 |
* Then Gemini will formulate a response, sends that response to our Streamlit app, to process and show on the chat box
|
| 92 |
* We also extract the search links and show below the LLM's answer, for users to verify the LLM's response if they wish
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
* If Gemini decides that a tool call is required to answer an 'out of domain' question', Gemini make 1 or more calls to the GoogleSearch tool
|
| 91 |
* Then Gemini will formulate a response, sends that response to our Streamlit app, to process and show on the chat box
|
| 92 |
* We also extract the search links and show below the LLM's answer, for users to verify the LLM's response if they wish
|
| 93 |
+
* **If a user**
|
| 94 |
+
* **wishes to continue a chat (eg for multi-turn chats), they can submit a new question in the chat box**
|
| 95 |
+
* **wishes to clear all chats, please refresh the page**
|
| 96 |
+
|
| 97 |
+
|