karenwky commited on
Commit
5ef6b70
·
verified ·
1 Parent(s): e5a2d13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="mistralai/Mistral-Nemo-Instruct-2407",
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}")