pedropauletti commited on
Commit
09c1b8e
·
verified ·
1 Parent(s): db89e27

Update modules/respond.py

Browse files
Files changed (1) hide show
  1. modules/respond.py +1 -1
modules/respond.py CHANGED
@@ -21,7 +21,7 @@ def respond(
21
  if model == "gpt-4" or model == "gpt-35-turbo":
22
  print("Utilizando gpt model ", model)
23
  completion = client.chat.completions.create(
24
- model="gpt-35-turbo",
25
  messages=[
26
  {
27
  "role": "user",
 
21
  if model == "gpt-4" or model == "gpt-35-turbo":
22
  print("Utilizando gpt model ", model)
23
  completion = client.chat.completions.create(
24
+ model=model,
25
  messages=[
26
  {
27
  "role": "user",