M17idd commited on
Commit
80e301b
·
1 Parent(s): ea26250

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -383,7 +383,9 @@ 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
  )
388
 
389
 
 
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
 
391