M17idd commited on
Commit
349b438
·
1 Parent(s): 4206374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,7 +224,7 @@ def get_csv_index(csv_file):
224
  documents = [Document(page_content=text) for text in split_texts]
225
 
226
  embeddings = TogetherEmbeddings(
227
- model_name="togethercomputer/m2-bert-80M-8k-retrieval",
228
  api_key="0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979"
229
  )
230
 
@@ -244,7 +244,7 @@ except Exception as e:
244
  llm = ChatOpenAI(
245
  base_url="https://api.together.xyz/v1",
246
  api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
247
- model="meta-llama/Llama-3-70B-Instruct"
248
  )
249
 
250
  # --- Chat UI ---
 
224
  documents = [Document(page_content=text) for text in split_texts]
225
 
226
  embeddings = TogetherEmbeddings(
227
+ model_name="togethercomputer/m2-bert-80M-32k-retrieval",
228
  api_key="0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979"
229
  )
230
 
 
244
  llm = ChatOpenAI(
245
  base_url="https://api.together.xyz/v1",
246
  api_key='0291f33aee03412a47fa5d8e562e515182dcc5d9aac5a7fb5eefdd1759005979',
247
+ model="Qwen/Qwen3-235B-A22B-fp8-tput"
248
  )
249
 
250
  # --- Chat UI ---