PioTio commited on
Commit
d5edac7
·
verified ·
1 Parent(s): 42bdd3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ except Exception:
27
  # ---------------------------------------------------------------------------
28
  # Config / defaults
29
  # ---------------------------------------------------------------------------
30
- DEFAULT_MODEL = "PioTio/Nanbeige2.5"
31
  CPU_DEMO_MODEL = "distilgpt2" # fast, small CPU-friendly fallback for demos
32
- DEFAULT_SYSTEM_PROMPT = "You are a helpful, honest assistant. Answer succinctly unless asked otherwise."
33
 
34
  # globals populated by load_model()
35
  MODEL = None
 
27
  # ---------------------------------------------------------------------------
28
  # Config / defaults
29
  # ---------------------------------------------------------------------------
30
+ DEFAULT_MODEL = "PioTio/nanbeige2.5-nsfw-merged"
31
  CPU_DEMO_MODEL = "distilgpt2" # fast, small CPU-friendly fallback for demos
32
+ DEFAULT_SYSTEM_PROMPT = "You are a helpful, honest inteligent AI chatbot assistant. Answer succinctly unless asked otherwise."
33
 
34
  # globals populated by load_model()
35
  MODEL = None