Commit Graph

276 Commits

Author SHA1 Message Date
t0ng7u
2624463094 🔗 docs(README): add Alibaba Cloud partner and make all logos clickable
- Add Alibaba Cloud as new trusted partner with logo and link
- Make all partner logos clickable with respective website links:
  * Cherry Studio → https://www.cherry-ai.com/
  * Peking University → https://bda.pku.edu.cn/
  * UCloud → https://www.compshare.cn/?ytag=GPU_yy_gh_newapi
  * Alibaba Cloud → https://bailian.console.aliyun.com/
- Expand partner table from 3 to 4 columns
- Maintain consistent 60px logo height across all partners
- Apply changes to both Chinese and English README versions
- All links open in new tabs for better user experience

The partners section now provides direct access to all partner websites
while showcasing an expanded ecosystem of trusted collaborators.
2025-07-21 18:08:39 +08:00
t0ng7u
e298e33843 🤝 docs(README): refactor trusted partners section for GitHub compatibility
- Replace complex HTML/CSS layout with simple table format
- Remove inline styles and JavaScript that GitHub doesn't support
- Add clickable link for UCloud partner logo
- Remove acknowledgment text to keep section clean and minimal
- Ensure consistent logo sizing (60px height) across all partners
- Maintain responsive layout using GitHub-compatible HTML table

The partners section now displays properly on GitHub while preserving
functionality and professional appearance.
2025-07-21 18:00:22 +08:00
t0ng7u
c16882247b 🤝 docs(README): Add trusted partners section to README files
- Add visually appealing trusted partners showcase above Star History
- Include partner logos: Cherry Studio, Peking University, and UCloud
- Implement responsive HTML/CSS layout with gradient background
- Add hover effects and smooth transitions for enhanced UX
- Provide bilingual support (Chinese and English versions)
- Display logos from docs/images/ directory with consistent styling

The new section enhances project credibility by showcasing institutional
and enterprise partnerships in both README.md and README.en.md files.
2025-07-21 17:54:53 +08:00
CaIon
14cca53ec8 🔧 refactor(endpoint types): comment out unused endpoint types in constants 2025-07-04 15:53:46 +08:00
CaIon
8a1e437ce9 🔧 chore: update STREAMING_TIMEOUT default value to 120 seconds in configuration 2025-06-22 18:47:40 +08:00
Calcium-Ion
671dcea96e Update README.md 2025-06-13 01:59:34 +08:00
RedwindA
5bb8f2dfed Add DeepWiki Badge in README 2025-06-05 02:09:21 +08:00
RedwindA
3ad58d61b4 Add ERROR_LOG_ENABLED description 2025-05-29 12:33:27 +08:00
creamlike1024
b843c356c1 feat: change azure default api version to 2025-04-01-preview 2025-05-09 18:11:37 +08:00
Apple\Apple
e8111e2bdb 📕docs: Update the content in README.en.md and the structure of the docs directory 2025-05-05 23:44:30 +08:00
CaIon
d8c10dcb51 Update README.md 2025-04-03 19:09:13 +08:00
1808837298@qq.com
08db1449d6 Update README 2025-03-16 21:53:00 +08:00
1808837298@qq.com
2db59995ad Update README 2025-03-16 21:47:32 +08:00
1808837298@qq.com
aa04c573dc Update README 2025-03-16 21:17:08 +08:00
Calcium-Ion
5f1bffebae Update README.md 2025-03-12 22:22:21 +08:00
Calcium-Ion
d33eccd61f Update README.md 2025-03-12 22:13:35 +08:00
Calcium-Ion
af048e44d1 Update README.md 2025-03-12 22:12:09 +08:00
1808837298@qq.com
69e6d5ce51 feat: update readme and i18n 2025-03-08 18:13:44 +08:00
1808837298@qq.com
3f824d7781 Update README.md 2025-03-05 16:55:17 +08:00
1808837298@qq.com
6f64e6cde9 Update README.md 2025-03-04 18:50:05 +08:00
“Deemo”
bead5963af fix: Typo in README 2025-03-03 11:35:04 +08:00
1808837298@qq.com
8a30d64a75 feat: Add Gemini version settings configuration support (close #568) 2025-02-26 18:19:09 +08:00
1808837298@qq.com
fd38e59f78 docs: Update README 2025-02-25 16:31:42 +08:00
1808837298@qq.com
6f3072895a feat: Add model rate limit settings in system configuration 2025-02-24 16:27:20 +08:00
1808837298@qq.com
40c0333eaa fix typo 2025-02-23 17:27:33 +08:00
1808837298@qq.com
65021e2e0e feat: Add thinking-to-content option in channel extra settings #780 2025-02-23 17:13:08 +08:00
1808837298@qq.com
8a34d61654 chore: update env name and README 2025-02-19 15:54:33 +08:00
1808837298@qq.com
cc5e683784 docs: Update README with detailed Docker deployment and update instructions 2025-02-12 16:54:53 +08:00
1808837298@qq.com
80f60109cf feat: add Azure default API version configuration
- Introduce `AZURE_DEFAULT_API_VERSION` environment variable
- Set default Azure API version to `2024-12-01-preview`
- Update README documentation for new environment configuration
- Modify Azure channel relay to use default API version when not specified
2025-02-03 22:38:23 +08:00
1808837298@qq.com
0b2585ed52 feat: add reasoning effort configuration for models
- Support setting reasoning effort via model name suffix
- Add `-high`, `-medium`, and `-low` suffixes to control reasoning effort
- Update README with new model configuration option
- Modify OpenAI adaptor to handle reasoning effort settings
2025-02-03 14:22:34 +08:00
Calcium-Ion
eec3aa3bbd Update README.md 2024-12-31 22:19:37 +08:00
CalciumIon
3514287e38 docs: update README 2024-12-30 20:56:54 +08:00
CalciumIon
6e002a5f0f feat: enhance environment variable handling and security features 2024-12-30 17:24:19 +08:00
CalciumIon
e326679b72 feat: add multi-file type support for Gemini and Claude
- Add file data DTO for structured file handling
- Implement file decoder service
- Update Claude and Gemini relay channels to handle various file types
- Reorganize worker service to cf_worker for clarity
- Update token counter and image service for new file types
2024-12-29 00:00:24 +08:00
CalciumIon
0725c8aac9 feat: Add GEMINI_VISION_MAX_IMAGE_NUM configuration
- Introduced `GEMINI_VISION_MAX_IMAGE_NUM` to README files for better user guidance.
- Updated `env.go` to retrieve the maximum image number from environment variables, defaulting to 16.
- Modified image handling logic in `relay-gemini.go` to respect the new configuration, allowing disabling of the limit by setting it to -1.
- Removed hardcoded constant for maximum image number in `constant.go` to streamline configuration management.
2024-12-20 21:36:23 +08:00
CalciumIon
fd2f6ed440 Merge remote-tracking branch 'guoruqiang/main' into pr482-merge
# Conflicts:
#	README.md
#	web/src/components/HeaderBar.js
#	web/src/components/SiderBar.js
2024-12-16 20:56:53 +08:00
CalciumIon
c3d4de67f2 Update README.md 2024-12-16 18:12:17 +08:00
CalciumIon
d78dd9c5ba Update README 2024-12-13 23:48:18 +08:00
CalciumIon
a6d012bde1 Add README.en.md 2024-12-13 20:21:34 +08:00
CalciumIon
527aa2395f Update README.md 2024-12-13 20:15:50 +08:00
Calcium-Ion
b8755fde78 Update README.md 2024-12-05 18:07:36 +08:00
Benny
192fc094fc fix: 360智能接口地址更新 2024-12-02 15:59:08 +00:00
Calcium-Ion
db1becbb29 Update README.md 2024-12-01 21:58:36 +08:00
CalciumIon
9d1bd64da5 Update README.md 2024-11-30 20:47:26 +08:00
CalciumIon
21d71a2a31 chore: update default STREAMING_TIMEOUT 2024-11-28 23:59:10 +08:00
Calcium-Ion
a1abc505d3 Update README.md 2024-11-24 16:51:46 +08:00
CalciumIon
e9aeb881bc Update README.md 2024-11-23 16:58:57 +08:00
CalciumIon
99bf9c5511 Update README.md 2024-11-23 16:38:59 +08:00
CalciumIon
256555d5e1 Update README.md 2024-11-23 16:27:39 +08:00
CalciumIon
15ce5347ff Update README.md 2024-11-23 16:26:15 +08:00