Spaces:
Running
Running
Update models.py
Browse files
models.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
-
def
|
4 |
-
return
|
|
|
1 |
+
import os
|
2 |
|
3 |
+
def get_hf_api():
|
4 |
+
return "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1"
|