Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ LLAMA_CLOUD_PROJECT_NAME = "CustomerSupportProject"
|
|
| 29 |
# Configure NebiusLLM
|
| 30 |
# Ensure NEBIUS_API_KEY is set in your environment variables
|
| 31 |
Settings.llm = NebiusLLM(
|
| 32 |
-
model="
|
| 33 |
temperature=0
|
| 34 |
)
|
| 35 |
print(f"[INFO] Configured LLM: {Settings.llm.model}")
|
|
|
|
| 29 |
# Configure NebiusLLM
|
| 30 |
# Ensure NEBIUS_API_KEY is set in your environment variables
|
| 31 |
Settings.llm = NebiusLLM(
|
| 32 |
+
model="meta-llama/Meta-Llama-3.1-405B-Instruct",
|
| 33 |
temperature=0
|
| 34 |
)
|
| 35 |
print(f"[INFO] Configured LLM: {Settings.llm.model}")
|