hsuwill000 commited on
Commit
3a0e93e
·
verified ·
1 Parent(s): 0c5c5f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -17,8 +17,6 @@ def run_command(command, cwd=None):
17
  print(f"Command succeeded: {command}")
18
  print(result.stdout)
19
 
20
- run_command('pip install openai')
21
-
22
  # Model configuration
23
  MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
24
  QUANT = "Q5_K_M"
 
17
  print(f"Command succeeded: {command}")
18
  print(result.stdout)
19
 
 
 
20
  # Model configuration
21
  MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
22
  QUANT = "Q5_K_M"