/* * MimiClaw Build-time Secrets * * This is the ONLY way to configure MimiClaw. * Copy this file to mimi_secrets.h and fill in your values. * After any change, rebuild: idf.py fullclean && idf.py build * * cp mimi_secrets.h.example mimi_secrets.h */ #pragma once /* WiFi */ #define MIMI_SECRET_WIFI_SSID "" #define MIMI_SECRET_WIFI_PASS "" /* Telegram Bot */ #define MIMI_SECRET_TG_TOKEN "" /* Feishu Bot */ #define MIMI_SECRET_FEISHU_APP_ID "" #define MIMI_SECRET_FEISHU_APP_SECRET "" /* Anthropic API */ #define MIMI_SECRET_API_KEY "" #define MIMI_SECRET_MODEL "" #define MIMI_SECRET_MODEL_PROVIDER "anthropic" /* HTTP Proxy (leave empty or set both) */ #define MIMI_SECRET_PROXY_HOST "" #define MIMI_SECRET_PROXY_PORT "" #define MIMI_SECRET_PROXY_TYPE "" /* "http" or "socks5" */ /* Brave Search API */ #define MIMI_SECRET_SEARCH_KEY ""