Ed-Strak commited on
Commit
df3df95
·
verified ·
1 Parent(s): 3016cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def generate_radiology_report(uploaded_file, client):
164
  ]
165
  }],
166
  temperature=0.2,
167
- max_tokens=500,
168
  top_p=0.5
169
  )
170
  return response.choices[0].message.content
 
164
  ]
165
  }],
166
  temperature=0.2,
167
+ max_tokens=1000,
168
  top_p=0.5
169
  )
170
  return response.choices[0].message.content