Mauro24 commited on
Commit
691381f
·
verified ·
1 Parent(s): 5e85b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ def search_and_answer(query):
71
 
72
  # Funzione per interrogare GPT
73
  def rispondi_a_domanda(domanda, testo, max_token_risposta=350):
 
74
  try:
75
  # Chiamata API di OpenAI
76
  risposta = client.chat.completions.create(
 
71
 
72
  # Funzione per interrogare GPT
73
  def rispondi_a_domanda(domanda, testo, max_token_risposta=350):
74
+ print("verifica tutto",domanda,testo)
75
  try:
76
  # Chiamata API di OpenAI
77
  risposta = client.chat.completions.create(