vmagotr1 commited on
Commit
34b3ad5
·
verified ·
1 Parent(s): 5e7dc7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ 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("openlm-research/open_llama_3b")
10
  # HuggingFaceH4/zephyr-7b-beta
11
  # meta-llama/Llama-3.2-1B
12
  def respond(
 
6
  background_text = f.read()
7
 
8
  # Step 2: Set up your InferenceClient (same as before)
9
+ client = InferenceClient("IamCreateAI/Ruyi-Mini-7B")
10
  # HuggingFaceH4/zephyr-7b-beta
11
  # meta-llama/Llama-3.2-1B
12
  def respond(