Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
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
|
| 6 |
"""
|
| 7 |
login(token=os.getenv('TOKEN'))
|
| 8 |
-
client = InferenceClient("meta-llama/Llama-3.2-1B")
|
| 9 |
#client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
| 10 |
|
| 11 |
def respond(
|
|
|
|
| 5 |
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
|
| 6 |
"""
|
| 7 |
login(token=os.getenv('TOKEN'))
|
| 8 |
+
client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
| 9 |
#client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
| 10 |
|
| 11 |
def respond(
|