Update ff.py
Browse files
ff.py
CHANGED
@@ -148,8 +148,9 @@ Conclusion.
|
|
148 |
Perspective ( facultative)
|
149 |
|
150 |
"""
|
151 |
-
|
152 |
-
|
|
|
153 |
|
154 |
|
155 |
def gpt_philo(phi_prompt,autheur):
|
|
|
148 |
Perspective ( facultative)
|
149 |
|
150 |
"""
|
151 |
+
response = model.generate_content(ge)
|
152 |
+
print(response.text)
|
153 |
+
return response.text
|
154 |
|
155 |
|
156 |
def gpt_philo(phi_prompt,autheur):
|