gokaygokay
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ class PromptGenerator:
|
|
264 |
class HuggingFaceInferenceNode:
|
265 |
def __init__(self):
|
266 |
self.clients = {
|
267 |
-
"Llama 3.1": InferenceClient("meta-llama/Meta-Llama-3.1-8B-Instruct", token=huggingface_token)
|
268 |
"Mixtral": InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"),
|
269 |
"Mistral": InferenceClient("mistralai/Mistral-7B-Instruct-v0.3"),
|
270 |
"Llama 3": InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct"),
|
|
|
264 |
class HuggingFaceInferenceNode:
|
265 |
def __init__(self):
|
266 |
self.clients = {
|
267 |
+
"Llama 3.1": InferenceClient("meta-llama/Meta-Llama-3.1-8B-Instruct", token=huggingface_token),
|
268 |
"Mixtral": InferenceClient("NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO"),
|
269 |
"Mistral": InferenceClient("mistralai/Mistral-7B-Instruct-v0.3"),
|
270 |
"Llama 3": InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct"),
|