M17idd commited on
Commit
e18c2f0
·
verified ·
1 Parent(s): 38d0ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from langchain.schema import HumanMessage
4
 
5
  llm = ChatOpenAI(
6
  base_url="https://api.together.xyz/v1",
7
- api_key="0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979",
8
  model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
9
  max_tokens=1024
10
  )
 
4
 
5
  llm = ChatOpenAI(
6
  base_url="https://api.together.xyz/v1",
7
+ api_key="333ac33f5be91819cb7ade101134d73f5e63d299a964ae290850eeac5d82a8d5",
8
  model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
9
  max_tokens=1024
10
  )