pradeep4321 commited on
Commit
781f6ba
·
verified ·
1 Parent(s): 09dd16d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -96,7 +96,7 @@ Only return the translated text.
96
  try:
97
  response = client.chat_completion(
98
  prompt,
99
- max_new_tokens=200,
100
  temperature=0.2
101
  )
102
 
 
96
  try:
97
  response = client.chat_completion(
98
  prompt,
99
+ max_tokens=200,
100
  temperature=0.2
101
  )
102