DIVY118 commited on
Commit
708f057
·
verified ·
1 Parent(s): d6f8c6d

Update RT.py

Browse files
Files changed (1) hide show
  1. RT.py +2 -2
RT.py CHANGED
@@ -1146,7 +1146,7 @@ def RealTimeGemini(query:str,messages:list=[],model=None):
1146
  messages=[{
1147
  "parts": [
1148
  {
1149
- "text": f"```{results.__str__()}```\n *real time information you can use to reply"
1150
  }
1151
  ],
1152
  "role": "user"
@@ -1154,7 +1154,7 @@ def RealTimeGemini(query:str,messages:list=[],model=None):
1154
  {
1155
  "parts": [
1156
  {
1157
- "text": "ok i know its real time info and i know all real time information"
1158
  }
1159
  ],
1160
  "role": "model"
 
1146
  messages=[{
1147
  "parts": [
1148
  {
1149
+ "text": f"```{results.__str__()}```\n ***real time information you can use to reply***"
1150
  }
1151
  ],
1152
  "role": "user"
 
1154
  {
1155
  "parts": [
1156
  {
1157
+ "text": "ok i know its websearch results i will tell you whenevery you ask me about it"
1158
  }
1159
  ],
1160
  "role": "model"