bohmian commited on
Commit
475224a
·
verified ·
1 Parent(s): e4b1891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ chroma_db = Chroma(persist_directory='chromadb_earnings_transcripts_extracted/ch
59
  # )
60
 
61
 
62
- LLM_REPO = "meta-llama/Llama-3.1-8B-Instruct"
 
63
  llm = HuggingFaceEndpoint(
64
  repo_id=LLM_REPO,
65
  task="conversational", # important for models mapped to chat
 
59
  # )
60
 
61
 
62
+ #LLM_REPO = "meta-llama/Llama-3.1-8B-Instruct"
63
+ LLM_REPO = "meta-llama/Llama-3.3-70B-Instruct"
64
  llm = HuggingFaceEndpoint(
65
  repo_id=LLM_REPO,
66
  task="conversational", # important for models mapped to chat