vmagotr1 commited on
Commit
162894c
·
verified ·
1 Parent(s): 10e90f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,8 +6,9 @@ with open("BACKGROUND.md", "r", encoding="utf-8") as f:
6
  background_text = f.read()
7
 
8
  # Step 2: Set up your InferenceClient (same as before)
9
- client = InferenceClient("meta-llama/Llama-3.2-1B")
10
  # HuggingFaceH4/zephyr-7b-beta
 
11
  def respond(
12
  message,
13
  history: list[dict],
 
6
  background_text = f.read()
7
 
8
  # Step 2: Set up your InferenceClient (same as before)
9
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
  # HuggingFaceH4/zephyr-7b-beta
11
+ meta-llama/Llama-3.2-1B
12
  def respond(
13
  message,
14
  history: list[dict],