Skip to content

Commit

Permalink
Ajustando a linha 98, não deveria retornar analista e sim redator
Browse files Browse the repository at this point in the history
  • Loading branch information
engluizSalles committed Jul 16, 2024
1 parent 78c2672 commit 569d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def chat():
texto_resposta = resposta.content[0].text.value
if 'FIM DA ENTREVISTA' in texto_resposta:
global assistente
assistente = analista
assistente = redator
return texto_resposta

@app.route("/")
Expand Down

0 comments on commit 569d5e5

Please sign in to comment.