DIVY118 commited on
Commit
1cf6dc4
·
verified ·
1 Parent(s): 3714960

Update RT.py

Browse files
Files changed (1) hide show
  1. RT.py +1 -1
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"
 
1146
  messages=[{
1147
  "parts": [
1148
  {
1149
+ "text": f"```{results.__str__()}```\n *real time information you can use to reply"
1150
  }
1151
  ],
1152
  "role": "user"