Spaces:
Runtime error
Runtime error
ai: Update API documentation due to model name.
Browse files
API.md
CHANGED
@@ -41,7 +41,7 @@ from rich.console import Console
|
|
41 |
from rich.markdown import Markdown
|
42 |
console = Console()
|
43 |
jarvis = Client("hadadrjt/ai")
|
44 |
-
model = "JARVIS: 2.1.1" # default to JARVIS, you can change the model here.
|
45 |
jarvis.predict(new=model, api_name="/change_model")
|
46 |
input_text = " ".join(sys.argv[1:]) if len(sys.argv) > 1 else "Hi!"
|
47 |
result = jarvis.predict(multi={"text": input_text}, api_name="/api")
|
@@ -75,7 +75,7 @@ ai "Your message here."
|
|
75 |
```
|
76 |
Choose one of the model name for the JARVIS multi platform.
|
77 |
|
78 |
-
1. JARVIS: 2.1.1
|
79 |
2. DeepSeek: V3-0324
|
80 |
3. DeepSeek: R1 (Reasoning)
|
81 |
4. DeepSeek: R1 - Distill Qwen 14B (Reasoning)
|
|
|
41 |
from rich.markdown import Markdown
|
42 |
console = Console()
|
43 |
jarvis = Client("hadadrjt/ai")
|
44 |
+
model = "JARVIS: 2.1.1 [SLOW SERVER, POTATO SPECS]" # default to JARVIS, you can change the model here.
|
45 |
jarvis.predict(new=model, api_name="/change_model")
|
46 |
input_text = " ".join(sys.argv[1:]) if len(sys.argv) > 1 else "Hi!"
|
47 |
result = jarvis.predict(multi={"text": input_text}, api_name="/api")
|
|
|
75 |
```
|
76 |
Choose one of the model name for the JARVIS multi platform.
|
77 |
|
78 |
+
1. JARVIS: 2.1.1 [SLOW SERVER, POTATO SPECS]
|
79 |
2. DeepSeek: V3-0324
|
80 |
3. DeepSeek: R1 (Reasoning)
|
81 |
4. DeepSeek: R1 - Distill Qwen 14B (Reasoning)
|