SPB Git

spb/zyquo-cloud Public MIT

Native macOS AI chat client for 12 cloud providers — your keys, every cloud model, one beautiful chat.

Swift 97.4% Shell 1.7% Makefile 1%
641 B · 24 lines
Raw Blame History
1#2#  .env.keys.example3#  Zyquo Cloud4#5#  Author: Simon-Pierre Boucher6#  Mail: contact@spboucher.ai7#8#  Copy to .env.keys (gitignored) and fill in the keys you have.9#  Used only by `make verify` (the live API verification harness) and10#  `ZyquoCloud --load-vault`; the app itself stores keys in its encrypted vault.11#12export OPENAI_API_KEY=""13export ANTHROPIC_API_KEY=""14export XAI_API_KEY=""15export MISTRAL_API_KEY=""16export GEMINI_API_KEY=""17export DASHSCOPE_API_KEY=""18export DEEPSEEK_API_KEY=""19export MOONSHOT_API_KEY=""20export PERPLEXITY_API_KEY=""21export TOGETHER_API_KEY=""22export DEEPINFRA_API_KEY=""23export CEREBRAS_API_KEY=""24