M17idd commited on
Commit
e275996
·
1 Parent(s): b6f60de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -383,8 +383,7 @@ st.markdown("""
383
  llm = ChatOpenAI(
384
  base_url="https://api.together.xyz/v1",
385
  api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
386
- model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
387
- max_tokens=1024 # specify the max tokens as per your requirement
388
 
389
  )
390
 
 
383
  llm = ChatOpenAI(
384
  base_url="https://api.together.xyz/v1",
385
  api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
386
+ model="Qwen/Qwen3-235B-A22B-fp8-tput",
 
387
 
388
  )
389