fix: update setup for Claude

Add Claude 3 and lingyiwanwu for setup.sh
This commit is contained in:
JinWYP
2024-03-24 01:20:24 +08:00
parent 6a13eb1758
commit 36a88b9832
2 changed files with 26 additions and 7 deletions

View File

@ -1,2 +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"