Samagra07 commited on
Commit
bfc2c6b
·
verified ·
1 Parent(s): 27ba281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ faiss_index_path = "faiss_index"
31
  main_placeholder = st.empty()
32
 
33
  # Initialize the OpenAI LLM
34
- llm = ChatTogether(model="deepseek-ai/DeepSeek-R1-Distill-Llama-70B-free", api_key=os.getenv("OPENAI_API_KEY"))
35
 
36
 
37
  def save_faiss_index(vectorstore, path):
 
31
  main_placeholder = st.empty()
32
 
33
  # Initialize the OpenAI LLM
34
+ llm = ChatTogether(model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free", api_key=os.getenv("OPENAI_API_KEY"))
35
 
36
 
37
  def save_faiss_index(vectorstore, path):