feat: add summary and search commands (#54)

* feat: add summary and search commands

Signed-off-by: Frost Ming <me@frostming.com>

* fix formats

Signed-off-by: Frost Ming <me@frostming.com>

* fix: clean up

Signed-off-by: Frost Ming <me@frostming.com>
This commit is contained in:
Frost Ming
2025-07-08 11:41:57 +08:00
committed by GitHub
parent e91862a548
commit 0b60ae2fbe
31 changed files with 1279 additions and 2588 deletions

View File

@ -1,8 +1,8 @@
Google_Gemini_API_Key="your_gemini_api_key"
Telegram_Bot_Token="your_telegram_bot_token"
Anthropic_API_Key="your_anthropic_api_key"
Openai_API_Key="your_openai_api_key"
Yi_API_Key="your_yi_api_key"
Yi_Base_Url="your_yi_base_url"
Python_Bin_Path=""
Python_Venv_Path="venv"
GOOGLE_GEMINI_API_KEY="your_gemini_api_key"
TELEGRAM_BOT_TOKEN="your_telegram_bot_token"
ANTHROPIC_API_KEY="your_anthropic_api_key"
OPENAI_API_KEY="your_openai_api_key"
YI_API_KEY="your_yi_api_key"
YI_BASE_URL="your_yi_base_url"
PYTHON_BIN_PATH=""
PYTHON_VENV_PATH="venv"