Rrasd12ww commited on
Commit
4ed82d2
·
verified ·
1 Parent(s): 4aaa4fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ INPUT TEXT:
114
  "Content-Type": "application/json",
115
  },
116
  json={
117
- "model": "openai/gpt-oss-120b:free",
118
  "messages": [{"role": "user", "content": prompt}],
119
  "temperature": 0.85,
120
  "max_tokens": 220,
 
114
  "Content-Type": "application/json",
115
  },
116
  json={
117
+ "model": "openai/gpt-oss-20b:free",
118
  "messages": [{"role": "user", "content": prompt}],
119
  "temperature": 0.85,
120
  "max_tokens": 220,