Alyafeai commited on
Commit
957b8d6
1 Parent(s): 0ce6aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def chat_tab():
182
  "temperature" : 0.7
183
  },
184
  "stream": True,
185
- "session_id": session_id,
186
  },
187
  }
188
  sess = requests.Session()
 
182
  "temperature" : 0.7
183
  },
184
  "stream": True,
185
+ "sessionId": session_id,
186
  },
187
  }
188
  sess = requests.Session()