hozen commited on
Commit
95d0f81
1 Parent(s): a342d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -46,8 +46,6 @@ def generate_response(transcription, api_key):
46
  {"role": "system", "content": "You are a helpful assistant."},
47
  {"role": "user", "content": transcription}
48
  ],
49
- max_tokens=150,
50
- temperature=0.7
51
  )
52
  return completion.choices[0].message.content
53
  except Exception as e:
 
46
  {"role": "system", "content": "You are a helpful assistant."},
47
  {"role": "user", "content": transcription}
48
  ],
 
 
49
  )
50
  return completion.choices[0].message.content
51
  except Exception as e: