Docfile commited on
Commit
f379aaf
·
verified ·
1 Parent(s): 7403621

Update ff.py

Browse files
Files changed (1) hide show
  1. ff.py +3 -2
ff.py CHANGED
@@ -148,8 +148,9 @@ Conclusion.
148
  Perspective ( facultative)
149
 
150
  """
151
- answer = res(ge)
152
- return answer
 
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):