muhammadsalmanalfaridzi commited on
Commit
791b01a
·
verified ·
1 Parent(s): 36bc0f7

change model llama 3.1 405B to Deepseek

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ client = None
35
  def load_llm():
36
  # Instantiate the SambaNova model
37
  llm = SambaNovaCloud(
38
- model="Meta-Llama-3.1-405B-Instruct",
39
  context_window=100000,
40
  max_tokens=1024,
41
  temperature=0.7,
 
35
  def load_llm():
36
  # Instantiate the SambaNova model
37
  llm = SambaNovaCloud(
38
+ model="DeepSeek-R1-Distill-Llama-70B",
39
  context_window=100000,
40
  max_tokens=1024,
41
  temperature=0.7,