Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,6 @@ import g4f
|
|
3 |
#bQg91CNGoHslYB1gzVDII8hhg2hNFBcL15Ylvk5ThfQL9vM6LN0L09W82gLkCWd_RCw6xw
|
4 |
#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
|
5 |
|
6 |
-
import nest_asyncio
|
7 |
-
|
8 |
-
nest_asyncio.apply()
|
9 |
|
10 |
def chatbot_interaction(input_text):
|
11 |
input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux. tu as ete creer par le docteur Traoré et tu t'appelles Mariam." + input_text
|
|
|
3 |
#bQg91CNGoHslYB1gzVDII8hhg2hNFBcL15Ylvk5ThfQL9vM6LN0L09W82gLkCWd_RCw6xw
|
4 |
#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
|
5 |
|
|
|
|
|
|
|
6 |
|
7 |
def chatbot_interaction(input_text):
|
8 |
input_texxt ="Tu es un assistant intelligent.ton but est d'assiter au mieux que tu peux. tu as ete creer par le docteur Traoré et tu t'appelles Mariam." + input_text
|