Spaces:
Sleeping
Sleeping
oyuncunettv
commited on
Commit
•
7e20c05
1
Parent(s):
6b22c30
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,12 @@ datasets = load_datasets_from_json()
|
|
26 |
"""
|
27 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
28 |
"""
|
29 |
-
client = InferenceClient("
|
30 |
#OpenAssistant/oasst-sft-1-pythia-12b
|
31 |
#EleutherAI/gpt-neo-2.7B
|
32 |
#HuggingFaceH4/zephyr-7b-beta
|
33 |
#bigcode/starcoder2-15b
|
|
|
34 |
|
35 |
def respond(
|
36 |
message,
|
|
|
26 |
"""
|
27 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
28 |
"""
|
29 |
+
client = InferenceClient("GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct")
|
30 |
#OpenAssistant/oasst-sft-1-pythia-12b
|
31 |
#EleutherAI/gpt-neo-2.7B
|
32 |
#HuggingFaceH4/zephyr-7b-beta
|
33 |
#bigcode/starcoder2-15b
|
34 |
+
#GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct
|
35 |
|
36 |
def respond(
|
37 |
message,
|