asthaa30 commited on
Commit
9e3036d
·
verified ·
1 Parent(s): c43fd65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import InferenceClient
6
  MODEL = "nomiChroma3.1"
7
 
8
  # Initialize the client with the correct model
9
- client = InferenceClient(MODEL)
10
 
11
  def respond(message, history: list[tuple[str, str]], system_message, max_tokens, temperature, top_p):
12
  # Build the messages list for the model
 
6
  MODEL = "nomiChroma3.1"
7
 
8
  # Initialize the client with the correct model
9
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
 
11
  def respond(message, history: list[tuple[str, str]], system_message, max_tokens, temperature, top_p):
12
  # Build the messages list for the model