feat: 添加好友功能并集成 LiteLLM 代理服务

- 新增好友搜索、添加、好友列表功能
- 集成 LiteLLM 代理服务及多模型定价配置
- 更新 iOS CocoaPods 配置
- 更新 .gitignore 和环境变量配置
This commit is contained in:
zl-q
2026-03-11 09:14:51 +08:00
parent 487405aa5b
commit e55e445906
28 changed files with 1226 additions and 181 deletions
+11
View File
@@ -0,0 +1,11 @@
model_list:
- model_name: qwen3.5-flash
litellm_params:
model: openai/qwen3.5-flash
api_base: https://dashscope.aliyuncs.com/compatible-mode/v1
api_key: os.environ/SOCIAL_LLM__PROVIDER_KEYS__DASHSCOPE
- model_name: deepseek-chat
litellm_params:
model: openai/deepseek-chat
api_base: https://api.deepseek.com/v1
api_key: os.environ/SOCIAL_LLM__PROVIDER_KEYS__DEEPSEEK