fluxflow-cli 3.18.1 → 3.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/dist/fluxflow.js +2044 -672
- package/model_config.json +27 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -28,11 +28,13 @@ fluxflow-cli
|
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
*The agent will prompt you for your API Key on the first run and store it securely in an encrypted vault.* Choose from multiple supported AI providers:
|
|
31
|
-
- **
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
34
|
-
- **NVIDIA** (Access to
|
|
35
|
-
- **
|
|
31
|
+
- **Multi-Provider Support**: Choose your preferred engine!
|
|
32
|
+
- **Google GenAI** (Gemini & Gemma models)
|
|
33
|
+
- **DeepSeek** (Deepseek v4 Models)
|
|
34
|
+
- **NVIDIA** (Access to open models)
|
|
35
|
+
- **Ollama** (Local Models / Ollama Cloud Models)
|
|
36
|
+
- **Mistral** (Access to selected models; *Experimental*)
|
|
37
|
+
- **OpenRouter** (Access to hundreds of models; *Experimental*)
|
|
36
38
|
|
|
37
39
|
---
|
|
38
40
|
|