JustSong
07808122a6
fix: fix Debugf not using DebugEnabled ( close #2068 )
2025-02-09 10:57:22 +08:00
JustSong
ececfe5ba0
feat: add SysWarn and SysWarnf logging functions; handle SMTP short response warning
2025-02-02 17:13:41 +08:00
JustSong
d0402f9086
feat: record request_id
2025-01-31 17:54:04 +08:00
JustSong
605bb06667
feat: update logger
2025-01-31 16:00:53 +08:00
LinZeliang
c4fe57c165
feat: support one or more log file ( #1400 )
...
Co-authored-by: Laisky.Cai <github@laisky.com>
2024-07-03 20:53:29 +08:00
JustSong
6ccf3f3cfc
chore: add logger.SysLogf function
2024-06-13 00:28:56 +08:00
JustSong
9026ec7510
feat: support cloudflare now
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
2024-04-26 23:05:48 +08:00
Laisky.Cai
a873cbd392
fix: logger race ( #1339 )
...
- Refactor logger using sync.Once to improve performance
- Initiate log setup in a goroutine to prevent blocking
- Integrate gin.DefaultErrorWriter and gin.DefaultWriter for logging
- Introduce request ID generation for better request tracking
- Simplify setup logic by removing redundant variables and code
2024-04-21 14:35:51 +08:00
JustSong
2dcef85285
feat: support ollama now ( close #870 )
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
2024-03-14 01:02:47 +08:00
JustSong
79d0cd378a
fix: fix baidu system prompt ( close #1079 )
2024-03-13 22:56:54 +08:00
JustSong
969042b001
chore: only use one log file ( close #1116 )
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
2024-03-10 23:44:48 +08:00
JustSong
614c2e0442
feat: support baichuan's models now ( close #1057 )
Publish Docker image (amd64, English) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
2024-03-02 00:55:48 +08:00
Laisky.Cai
d548a01c59
feat: Handle errors, validate model names, and calculate quota usage ( #978 )
...
- Improved error handling in various modules for better stability and responsiveness.
- Optimized code in several files for improved efficiency and readability.
- Enhanced user experience by providing more detailed error responses in the controller.
- Strengthened security by ignoring sensitive files in `.gitignore`.
2024-02-12 21:35:40 +08:00
JustSong
2d760d4a01
refactor: refactor relay part ( #957 )
...
* refactor: refactor relay part
* refactor: refactor config part
2024-01-21 23:21:42 +08:00