jameshns commited on
Commit
de1d597
·
verified ·
1 Parent(s): b11c990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
9
- client = InferenceClient("deepseek-ai/DeepSeek-R1")
 
10
 
11
 
12
 
 
6
  """
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
9
+ #client = InferenceClient("deepseek-ai/DeepSeek-R1")
10
+ client = InferenceClient("mradermacher/CAMEL-13B-Role-Playing-Data-i1-GGUF")
11
 
12
 
13