Spaces:
Running
Running
Update app.py
Browse files
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
|