GlmPi, MiniPi, FlashPi, OrchestratorPi, DeepSeekFlashPi und models.json hinzugefügt. install.sh: alle bin/-Skripte gehen nach /usr/local/bin/ (nicht nur Sub*), agent/-Dateien werden vollständig deployt.
3 lines
164 B
Bash
3 lines
164 B
Bash
#!/bin/bash
|
|
# DeepSeekFlashPi — Startet den Pi KI-Editor mit DeepSeek V4 Flash (OpenRouter)
|
|
exec pi --provider openrouter --model deepseek/deepseek-v4-flash "$@"
|