Bofandra commited on
Commit
eb8062c
·
verified ·
1 Parent(s): adc1e0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def process_pdf(file):
30
 
31
  # ✅ Wrap DeepSeek model properly
32
  llm = HuggingFaceEndpoint(
33
- repo_id="deepseek-ai/DeepSeek-R1-0528", # Example model
34
  task="text-generation",
35
  max_new_tokens=512,
36
  do_sample=False,
 
30
 
31
  # ✅ Wrap DeepSeek model properly
32
  llm = HuggingFaceEndpoint(
33
+ repo_id="meta-llama/Llama-2-7b-chat-hf", # Example model
34
  task="text-generation",
35
  max_new_tokens=512,
36
  do_sample=False,