GattoNero commited on
Commit
aafac25
·
verified ·
1 Parent(s): e4c03b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ class BasicAgent:
224
 
225
  def _ask_gpt4o(self, text: str) -> str:
226
  response = self.agent.chat(text)
227
- return risposta = str(response)
228
  '''
229
  messages = [{"role": "user", "content": text}]
230
  response = self.client.chat.completions.create(
 
224
 
225
  def _ask_gpt4o(self, text: str) -> str:
226
  response = self.agent.chat(text)
227
+ return str(response)
228
  '''
229
  messages = [{"role": "user", "content": text}]
230
  response = self.client.chat.completions.create(