You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***TinyLlama 1.1B**: Reliable chat for older hardware.
51
+
***SmolLM 135M**: Runs on almost anything; perfect for emergency advice.
46
52
47
53
---
48
54
49
-
## Tier 2: General Chat (The "Vibe")
55
+
## Technical Setup
50
56
51
-
### Gemma 3 1B 💎
52
-
**The gold standard for natural "WINGMAN" persona.**
53
-
-**Capabilities**: High-quality chat, cultural nuance, humor.
54
-
-**Vibe**: Authentic, witty, helpful.
57
+
### RAM Recommendations
58
+
-**Old Devices (2GB)**: Use FunctionGemma 270M.
59
+
-**Standard (4GB)**: Gemma 3 1B or DeepSeek R1.
60
+
-**Pro Devices (6GB+)**: Phi-4 Mini or Gemma 3n E4B.
55
61
56
-
### Qwen 2.5 1.5B
57
-
-**Capabilities**: Superior multilingual support (Spanish/Latino slang).
58
-
-**Vibe**: Culturally sophisticated, versatile.
62
+
### Context Management
63
+
Wingman uses a dynamic sliding-window context. Older messages are summarized once they exceed the model's `contextWindowK` (listed above), ensuring you nunca pierdas el hilo de la conversacion.
-**FunctionGemma 270M**: Sourced from [sasha-denisov/function-gemma-270M-it](https://huggingface.co/sasha-denisov/function-gemma-270M-it). This model is specifically fine-tuned for on-device tool calling and low-latency interaction.
79
80
80
81
---
81
82
82
-
## Technical Setup
83
-
84
-
### RAM Recommendations
85
-
-**Old Devices (2GB)**: Use FunctionGemma 270M.
86
-
-**Standard (4GB)**: Gemma 3 1B or DeepSeek R1.
87
-
-**Pro Devices (6GB+)**: Phi-4 Mini or Gemma 3n E4B.
83
+
## Technical Specifications (Summary)
88
84
89
-
### Context Management
90
-
Wingman uses a dynamic sliding-window context. Older messages are summarized once they exceed the model's `contextWindowK` (listed above), ensuring you nunca pierdas el hilo de la conversacion.
85
+
| Metric | Minimum | Recommended |
86
+
|--------|---------|-------------|
87
+
|**Device RAM**| 2GB | 4GB - 6GB |
88
+
|**Storage**| 1GB | 5GB+ (for multiple models) |
89
+
|**OS**| iOS 16.0+ / Android 11+ | Latest |
91
90
92
91
---
93
92
94
-
## Sources & Credits
95
-
-**Google AI**: Native Gemma family support.
96
-
-**LiteRT Community**: For optimized `.task` conversions of DeepSeek, Qwen, and Phi models.
97
-
-**MediaPipe**: The underlying inference engine.
93
+
## Credits
94
+
-**Google AI**: For the Gemma architecture and MediaPipe SDK.
95
+
-**DeepSeek / Microsoft / Alibaba**: For the weights used in distilled LiteRT models.
96
+
-**Sasha Denisov**: For the FunctionGemma fine-tune optimized for mobile agents.
0 commit comments