armaanuu commited on
Commit
eb401aa
·
verified ·
1 Parent(s): 8d5ffe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ load_dotenv()
8
  PASSWORD = os.getenv("ARMAAN_PASS")
9
 
10
  # Load chatbot pipeline
11
- chatbot = pipeline("text-generation", model="HuggingFaceH4/zephyr-7b-beta")
12
 
13
  # Global system prompt (admin-editable)
14
  system_prompt = "You are a helpful assistant."
 
8
  PASSWORD = os.getenv("ARMAAN_PASS")
9
 
10
  # Load chatbot pipeline
11
+ chatbot = pipeline("text-generation", model="tiiuae/falcon-rw-1b")
12
 
13
  # Global system prompt (admin-editable)
14
  system_prompt = "You are a helpful assistant."