Spaces:
Sleeping
Sleeping
Update darnabot.py
Browse files- darnabot.py +1 -1
darnabot.py
CHANGED
@@ -70,7 +70,7 @@ import spaces
|
|
70 |
|
71 |
# Initialize device and model
|
72 |
MODEL_LIST = ["mistralai/Mistral-Nemo-Instruct-2407"]
|
73 |
-
HF_TOKEN = os.environ.get("mistral_ai"
|
74 |
MODEL = os.environ.get("MODEL_ID")
|
75 |
|
76 |
device = "cuda"
|
|
|
70 |
|
71 |
# Initialize device and model
|
72 |
MODEL_LIST = ["mistralai/Mistral-Nemo-Instruct-2407"]
|
73 |
+
HF_TOKEN = os.environ.get("mistral_ai")
|
74 |
MODEL = os.environ.get("MODEL_ID")
|
75 |
|
76 |
device = "cuda"
|