truegleai commited on
Commit
5fedbc6
·
verified ·
1 Parent(s): 3eeb5f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,9 +16,9 @@ import uvicorn
16
  # ============================================================================
17
  # CONFIGURATION
18
  # ============================================================================
19
- MODEL_REPO = "TheBloke/deepseek-coder-1.3b-instruct-GGUF"
20
- MODEL_FILE = "deepseek-coder-1.3b-instruct.Q4_K_M.gguf"
21
- MODEL_NAME = "deepseek-coder-1.3b-instruct"
22
 
23
  # Context and generation settings for "unlimited" tokens
24
  MAX_CONTEXT = 4096 # Larger context window
 
16
  # ============================================================================
17
  # CONFIGURATION
18
  # ============================================================================
19
+ MODEL_REPO = "TheBloke/deepseek-coder-1.3b-instruct-GGUF"
20
+ MODEL_FILE = "deepseek-coder-1.3b-instruct.Q4_K_M.gguf"
21
+ MODEL_NAME = "deepseek-coder-1.3b-instruct"
22
 
23
  # Context and generation settings for "unlimited" tokens
24
  MAX_CONTEXT = 4096 # Larger context window