scholarly360 commited on
Commit
dd14c5d
·
verified ·
1 Parent(s): 6c94ef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ LIMIT_WORDS_PARA = 7
22
  # Function to guess a single topic for a given text
23
  def guess_topic(clause_text):
24
  response = client.chat.completions.create(
25
- model="gpt-4",
26
  messages=[
27
  {
28
  "role": "system",
 
22
  # Function to guess a single topic for a given text
23
  def guess_topic(clause_text):
24
  response = client.chat.completions.create(
25
+ model="gpt-4o",
26
  messages=[
27
  {
28
  "role": "system",