ankush13r commited on
Commit
ff2a980
·
verified ·
1 Parent(s): 57250b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -82,8 +82,6 @@ Only produce the summary after fully reading and understanding the input text.
82
  #"frequency_penalty": 0.2,
83
  "extra_body": {"repetition_penalty": 1.1},
84
  }
85
- if tools:
86
- request_params.update({"tool_choice": "auto", "tools": tools})
87
 
88
  return client.chat.completions.create(**request_params)
89
 
 
82
  #"frequency_penalty": 0.2,
83
  "extra_body": {"repetition_penalty": 1.1},
84
  }
 
 
85
 
86
  return client.chat.completions.create(**request_params)
87