Update ff.py
Browse files
ff.py
CHANGED
@@ -193,7 +193,7 @@ def mariam_web(pro):
|
|
193 |
return "Veuillez saisir une question."
|
194 |
|
195 |
t_pro = " agis en tant q'ia appele mariam et creer par youssouf. ton role est uniquement d'assister. reponds a cette question: " + pro
|
196 |
-
response = g4f.ChatCompletion.create(model=g4f.models.default,messages=[{"role": "user", "content":t_pro}],provider=Bard,cookies={"__Secure-1PSID":"dQg91CxO8uBxZRm-6QpOx-8nik1XlC9TzWoIfOpsOlcNAYgeZSG6NJ-2A3y3dmp_hRzGrA.", "__Secure-1PSIDCC": "ACA-
|
197 |
|
198 |
#bard = bd(token=token)
|
199 |
#response = bard.get_answer(t_pro)['content']
|
|
|
193 |
return "Veuillez saisir une question."
|
194 |
|
195 |
t_pro = " agis en tant q'ia appele mariam et creer par youssouf. ton role est uniquement d'assister. reponds a cette question: " + pro
|
196 |
+
response = g4f.ChatCompletion.create(model=g4f.models.default,messages=[{"role": "user", "content":t_pro}],provider=Bard,cookies={"__Secure-1PSID":"dQg91CxO8uBxZRm-6QpOx-8nik1XlC9TzWoIfOpsOlcNAYgeZSG6NJ-2A3y3dmp_hRzGrA.", "__Secure-1PSIDCC": "ACA-OxPnUrZhljKXHrtQcTO2xpYdxfaM9N0oLe34ghl6Su3BHjrZs6TK35gWLxgPMngVENiK9Q"},auth=True)
|
197 |
|
198 |
#bard = bd(token=token)
|
199 |
#response = bard.get_answer(t_pro)['content']
|