File size: 1,525 Bytes
934df70
7f5eec6
934df70
8f64cac
934df70
7f5eec6
70a6422
55378c8
 
8f64cac
7f5eec6
8f64cac
70a6422
991dd3b
8f64cac
70a6422
991dd3b
 
934df70
7f5eec6
 
8f64cac
7f5eec6
934df70
70a6422
991dd3b
55378c8
8f64cac
55378c8
8f64cac
70a6422
8f64cac
55378c8
 
cd91f10
55378c8
fc5cfdf
 
 
 
c7c62f6
 
 
 
 
 
 
 
 
 
 
 
fc37874
0bb6754
 
fc5cfdf
8f64cac
 
 
 
70a6422
55378c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#### INSTALLATIONS
```bash
# Linux/Android (Termux)/MacOS/Windows.
# Make sure you have "wget", "python3" and "pip" installed.
# This package have very small size.

wget https://huggingface.co/spaces/hadadrjt/ai/raw/main/assets/bin/install.sh && chmod a+x install.sh && ./install.sh
```

### RUN JARVIS IN YOUR TERMINAL
```bash
# Example normal usage.
./ai Your message here.

# Example with Deep Search.
./ai -d Your message here.
```

#### LINUX USER's
```bash
# Bonus for more flexible.
sudo mv ai /bin/

# Now you can run with simple command.
ai Your message here.
```

### MULTI PLATFORM
```
Edit JARVIS terminal script, and find this code:
model = "JARVIS: 2.1.3"

Choose one of the model name for the JARVIS multi platform.

1. JARVIS: 2.1.3
2. DeepSeek: V3-0324
3. DeepSeek: R1
4. DeepSeek: R1 - Distill Qwen 14B
5. DeepSeek: R1 - Distill Qwen 32B
6. DeepSeek: R1 - Distill Llama 70B
7. Google: Gemma 3 1B-IT
8. Google: Gemma 3 4B-IT
9. Google: Gemma 3 27B-IT
10. Meta: Llama 3.1 8B Instruct
11. Meta: Llama 3.2 3B Instruct
12. Meta: Llama 3.3 70B Instruct
13. Meta: Llama 4 Maverick 17B 128E Instruct
14. Meta: Llama 4 Scout 17B 16E Instruct
15. Qwen: Qwen2.5 VL 3B Instruct
16. Qwen: Qwen2.5 VL 32B Instruct
17. Qwen: Qwen2.5 VL 72B Instruct
18. Agentica: Deepcoder 14B Preview
19. Qwen: Qwen3 235B A22B
20. Mistral AI: Devstral Small (2505)
21. Google: Gemma 3n E4B-IT
22. DeepSeek: R1 (0528)

Example:
model = "DeepSeek: V3-0324"

Please note that the Deep Search feature is only available for JARVIS: 2.1.3.
```