camparchimedes commited on
Commit
43b80c8
1 Parent(s): 52219ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  import pandas as pd
4
  import json
5
 
6
- client = InferenceClient("MaziyarPanahi/Phi-3-mini-4k-instruct-v0.3-GGUF") # HuggingFaceH4/zephyr-7b-beta
7
 
8
  def respond(
9
  message,
 
3
  import pandas as pd
4
  import json
5
 
6
+ client = InferenceClient("openchat/openchat-3.6-8b-20240522") # HuggingFaceH4/zephyr-7b-beta
7
 
8
  def respond(
9
  message,