admin08077 commited on
Commit
ff6f1c1
·
verified ·
1 Parent(s): 2c26f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import joblib
11
 
12
  # Initialize the HuggingFace API Client with a valid model
13
  # Replace 'gpt-3.5-turbo' with your desired model if different
14
- client = InferenceClient("gpt-3.5-turbo")
15
 
16
  # Persistent memory and knowledge base setup
17
  memory_file = "chat_memory.json"
 
11
 
12
  # Initialize the HuggingFace API Client with a valid model
13
  # Replace 'gpt-3.5-turbo' with your desired model if different
14
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
15
 
16
  # Persistent memory and knowledge base setup
17
  memory_file = "chat_memory.json"