Youssouf Traore
commited on
Commit
·
3dc6695
1
Parent(s):
4e98494
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,6 @@ jai besoin dune introduction(avec une problématique et l'annonce du plan), de 3
|
|
90 |
temperature=0.9,
|
91 |
max_tokens=3900,
|
92 |
top_p=1)
|
93 |
-
|
94 |
answer = response.choices[0].text.strip()
|
95 |
print(answer)
|
96 |
return answer
|
|
|
90 |
temperature=0.9,
|
91 |
max_tokens=3900,
|
92 |
top_p=1)
|
|
|
93 |
answer = response.choices[0].text.strip()
|
94 |
print(answer)
|
95 |
return answer
|