CalciumIon
1f6cb4bd5d
feat: Improve mobile text truncation and sidebar visibility
2025-02-19 23:25:42 +08:00
1808837298@qq.com
5ef44f6898
feat: Improve image handling for Ollama channels
2025-02-19 20:45:42 +08:00
1808837298@qq.com
604a5b1ad5
feat: Enhance Ollama channel support with additional request parameters #771
2025-02-19 19:58:34 +08:00
1808837298@qq.com
cc61f85bdd
fix: Remove redundant error handling in distributor and relay modules
2025-02-19 18:47:28 +08:00
1808837298@qq.com
4ea2556b29
refactor: Replace manual goroutine creation with gopool.Go
2025-02-19 18:38:29 +08:00
Calcium-Ion
ff66890dd2
Merge pull request #770 from Calcium-Ion/refactor_notify
...
feat: Add user notification settings and multiple notification methods
2025-02-19 14:54:54 +07:00
1808837298@qq.com
8a34d61654
chore: update env name and README
2025-02-19 15:54:33 +08:00
1808837298@qq.com
67f02e0a6a
docs: Add proxy usage information note in SystemSetting component
2025-02-19 15:45:09 +08:00
1808837298@qq.com
097d02eb8b
feat: Implement comprehensive webhook notification system
2025-02-19 15:40:54 +08:00
1808837298@qq.com
1ae0a38485
refactor: Optimize user caching and token retrieval methods
2025-02-19 15:12:26 +08:00
Calcium-Ion
45dd96e717
Merge pull request #768 from lgphone/main
...
bugfix: 配置文件 .env.example 示例配置错误
2025-02-18 19:35:08 +07:00
lgphone
10311f60e1
Update .env.example
...
修复示例配置中MySQL的DSN错误问题
2025-02-18 19:18:54 +08:00
Calcium-Ion
869fe957ae
Merge pull request #763 from Sh1n3zZ/support-imagen-3.0-generate-002
...
feat: add Gemini Imagen image generation support
2025-02-18 15:32:32 +07:00
1808837298@qq.com
af9d03140c
fix: Extend temperature handling for OpenAI-like models
...
- Add support for suppressing temperature for o1 models
- Expand model prefix check to include 'o1' alongside 'o3' models
2025-02-18 16:00:56 +08:00
1808837298@qq.com
83e161a1d4
refactor: Simplify root user notification and remove global email variable
...
- Remove global `RootUserEmail` variable
- Modify channel testing and user notification methods to use `GetRootUser()`
- Update user cache and notification service to use more consistent user base type
- Add new channel test notification type
2025-02-18 15:59:17 +08:00
1808837298@qq.com
9a41c04416
feat: Implement notification rate limiting mechanism
...
- Add in-memory and Redis-based notification rate limiting
- Create configurable hourly notification limits
- Implement notification limit checking for user notifications
- Add environment variables for customizing notification limits
2025-02-18 15:30:43 +08:00
1808837298@qq.com
e0ce8bf2b3
refactor: Improve CompletionRatio handling with thread-safe access and initialization
2025-02-18 15:01:43 +08:00
1808837298@qq.com
0fcd243f56
feat: Add user notification settings with quota warning and multiple notification methods
...
- Implement user notification settings with email and webhook options
- Add new user settings for quota warning threshold and notification preferences
- Create backend API and database support for user notification configuration
- Enhance frontend personal settings with notification configuration UI
- Support custom notification email and webhook URL
- Add service layer for sending user notifications
2025-02-18 14:54:21 +08:00
Sh1n3zZ
873a79f28f
feat: add Gemini Imagen image generation support
2025-02-18 01:41:58 +08:00
1808837298@qq.com
a353ea3eee
Merge remote-tracking branch 'origin/main'
2025-02-17 18:15:13 +08:00
1808837298@qq.com
1cfe06c3d8
feat: Add support for DeepSeek completions endpoint
2025-02-17 18:15:01 +08:00
Calcium-Ion
e661578515
Merge pull request #735 from jyc001/main
...
feat:Add Supoorts to FIM
2025-02-17 14:37:06 +07:00
1808837298@qq.com
65faa158b6
refactor: Optimize channel testing and model menu generation ( fix #761 )
2025-02-15 19:12:28 +08:00
1808837298@qq.com
d43c5d6003
refactor: Improve channel property update mechanism ( fix #761 )
2025-02-15 15:30:55 +08:00
Calcium-Ion
27a1e49366
Merge pull request #759 from nightcoffee/patch-1
...
feat: add 火山引擎 support stream options
2025-02-15 14:22:04 +07:00
nightcoffee
3688d8f968
feat: add 火山引擎 support stream options
2025-02-15 04:55:57 +08:00
1808837298@qq.com
2869dbf60a
feat: Enhance VolcEngine channel support with bot model routing ( fix #757 )
2025-02-15 00:10:58 +08:00
1808837298@qq.com
9e2433e2a6
fix: Improve OpenAI stream data parsing and handling
2025-02-14 23:52:25 +08:00
1808837298@qq.com
025b6d1226
feat: Add automatic channel disabling based on configurable keywords
...
- Introduce AutomaticDisableKeywords setting to dynamically control channel disabling
- Implement AC search for matching error messages against disable keywords
- Add frontend UI for configuring automatic disable keywords
- Update localization with new keyword-based channel disabling feature
- Refactor sensitive word and AC search logic to support multiple keyword lists
2025-02-13 16:39:17 +08:00
1808837298@qq.com
5665b1a58b
refactor: Optimize log retrieval with separate channel name fetching ( fix #751 )
...
- Remove inline channel join in log queries
- Implement separate channel name lookup for logs
- Improve performance by fetching channel names in a single query
- Ensure channel names are correctly associated with logs
2025-02-12 19:19:13 +08:00
1808837298@qq.com
ed888fb717
feat: Add invite link banner for specific channel type
2025-02-12 17:48:48 +08:00
1808837298@qq.com
e84d602e17
refactor: Optimize Dockerfile for Go build process
...
- Use alpine-based Golang image for smaller build size
- Simplify Go build command by removing static linking flag
- Improve Docker multi-stage build configuration
2025-02-12 17:18:23 +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
6fe7b15cd0
fix: Update BaseURL placeholder text and label in channel edit page
2025-02-12 15:39:18 +08:00
1808837298@qq.com
61ad1adbda
feat: Improve embedding request handling and support across channels
...
- Update EmbeddingRequest DTO to support more flexible input types
- Add input parsing method to handle various input formats
- Implement ConvertEmbeddingRequest for multiple channel adaptors
- Remove relayMode parameter from EmbeddingHelper
- Add input validation for embedding requests
- Simplify embedding request conversion for different channels
2025-02-12 14:39:36 +08:00
1808837298@qq.com
babbbfb346
feat: Add Baidu Qianfan V2 channel support #725
...
- Update channel constants to include Baidu V2 channel
- Create new Baidu V2 adaptor for relay
- Add Baidu V2 models and channel configuration
- Update relay adaptor to support Baidu V2 channel
- Modify web channel constants to include Baidu V2 option
2025-02-12 00:07:02 +08:00
1808837298@qq.com
4d6bce1ddd
feat: Add support for VolcEngine (Doubao) channel #313 #734
2025-02-11 23:47:15 +08:00
Calcium-Ion
e514764816
Merge pull request #714 from NitroRCr/main
...
feat: 添加 AIaW 的聊天链接
2025-02-11 22:17:49 +07:00
Calcium-Ion
b21ba28167
Merge pull request #723 from kuwork/main
...
Support for MokaAI M3E
2025-02-11 22:16:18 +07:00
1808837298@qq.com
86d93c4694
fix: adjust max tokens configuration in test request builder
...
- Update max tokens default value to 10
2025-02-11 20:00:05 +08:00
1808837298@qq.com
93511cfbf9
feat: enhance OpenAI request and response DTOs
...
- Add `Prefix` and `ReasoningContent` fields to Message struct
- Add getter and setter methods for `Prefix`
- Make `ToolCall.ID` field optional (fix #749 )
2025-02-11 19:54:54 +08:00
1808837298@qq.com
305be19bb2
chore: disable cgo
2025-02-11 18:51:27 +08:00
1808837298@qq.com
cb458caefd
chore: disable cgo
2025-02-11 18:51:09 +08:00
1808837298@qq.com
0be6c5ee69
chore: replace sqlite lib with prue go lib
2025-02-11 18:34:34 +08:00
1808837298@qq.com
51b13ce038
chore: update CI
2025-02-11 18:23:20 +08:00
1808837298@qq.com
0486041952
update CI
2025-02-11 17:44:54 +08:00
1808837298@qq.com
8f3752c423
feat: enhance session store security and configuration
...
- Add 30-day max age for session cookies
- Enable HttpOnly flag
- Set SameSite to strict mode
2025-02-11 17:06:51 +08:00
1808837298@qq.com
94c10d8def
fix: update session store configuration
...
- Change session cookie path from "/api" to "/"
- Remove HttpOnly flag
2025-02-11 15:53:15 +08:00
1808837298@qq.com
6a9c0fd2c0
feat: configure session store options for API routes
...
- Set session cookie path to "/api"
- Disable secure flag for local development
- Enable HttpOnly flag for improved security
2025-02-11 15:45:24 +08:00
Calcium-Ion
14399d6176
Merge pull request #746 from zjjxwhh/main
...
fix: always use modelMapping in channel test
2025-02-11 12:21:06 +07:00