Commit Graph

1554 Commits

Author SHA1 Message Date
Laisky.Cai
d30b6840ad fix: improve error logging and messaging for session handling in user and turnstile middleware 2025-03-12 13:38:29 +00:00
Laisky.Cai
df3335510b fix: streamline Dockerfile by moving npm and react-scripts installation to the correct position 2025-03-12 10:52:31 +00:00
Laisky.Cai
d4d534764c fix: update .gitignore to include package-lock.json and yarn.lock; modify Dockerfile for improved build process and dependency management 2025-03-12 10:50:50 +00:00
Laisky.Cai
3effdef34a fix: synchronize custom channel updates with allModels
relates #39
2025-03-12 02:36:41 +00:00
Laisky.Cai
864c53e3e9 fix: /v1/models support custom channel
closes #39
2025-03-12 02:11:04 +00:00
Laisky.Cai
a0ea7268fe fix: update StreamHandler to support cross-region model IDs for AWS 2025-03-12 00:34:09 +00:00
Laisky.Cai
a6d80179a2 feat: enhance Dockerfile for multi-architecture support; add build commands for ARM64 and update base images 2025-03-11 03:31:42 +00:00
Laisky.Cai
c483cf5b49 chore: update Dockerfile and dependencies; bump Go version and AWS SDK packages 2025-03-10 06:59:21 +00:00
Laisky.Cai
a16fd0cfc7 docs: update README to include support for AWS cross-region inferences 2025-03-10 06:48:10 +00:00
Laisky.Cai
5296a588b1 feat: add support for aws's cross region inferences
closes #2024, closes #2145
2025-03-10 06:37:42 +00:00
Laisky.Cai
92774271b3 test: skip audio tests if ffmpeg is not installed; update expected token value 2025-03-09 12:59:37 +00:00
Laisky.Cai
4076e637fd
Merge pull request #36 from zzzz0317/main
fix: oidc token endpoint request body #2106
2025-03-09 20:57:40 +08:00
Laisky.Cai
53b7ef4bc6 ci: refactor GitHub Actions workflow to include Go Vet and test jobs 2025-03-09 12:57:23 +00:00
Laisky.Cai
3e432c77bd fix: streamline Notify function with switch-case for notification methods 2025-03-09 12:52:08 +00:00
Laisky.Cai
388f0ef6aa docs: update README for clarity and fix translation issues; improve token update descriptions 2025-03-09 12:50:52 +00:00
Laisky.Cai
b5a242da15
Merge pull request #35 from myronzhangweb3/fix-send-msg
Fix send msg
2025-03-09 20:48:32 +08:00
Laisky.Cai
6141d6e24c
Merge pull request #34 from myronzhangweb3/fix-manage-channel
fix manage channel
2025-03-09 20:42:51 +08:00
Laisky.Cai
f843c8e328
Merge pull request #33 from CaiCandong/bugfix/EmailDomainWhitelist-update
fix: update EmailDomainWhitelist submission logic
2025-03-09 20:40:08 +08:00
CaiCandong
ccdb1ea4b5 fix: update EmailDomainWhitelist submission logic 2025-03-05 01:32:47 +08:00
Laisky.Cai
13f49fa4b9 feat: add JSON serialization and update completion ratio handling with mutex synchronization 2025-03-03 05:37:38 +00:00
Laisky.Cai
fc828e407b feat: add support for gpt-4.5-preview model and update billing ratios 2025-03-03 03:52:09 +00:00
Laisky.Cai
453ec8165b ci: add conditional release creation for tagged commits and update dependencies 2025-02-28 06:02:00 +00:00
Laisky.Cai
3f9f15675d ci: downgrade Go version to 1.24.0 in CI workflow and Dockerfile 2025-02-28 03:51:55 +00:00
Laisky.Cai
e2a6c1f37a ci: add Windows build workflow and update Go version to 1.24.1 2025-02-28 03:49:27 +00:00
Laisky.Cai
e755876aa0 docs: update README to change boolean values to strings for environment variables 2025-02-27 01:48:42 +00:00
Laisky.Cai
153472dc84 docs: update README with optional environment variables and their descriptions 2025-02-27 01:24:34 +00:00
Laisky.Cai
155a3aac73 Merge branch 'patch/models-api' 2025-02-27 01:12:38 +00:00
Laisky.Cai
54635ca4fe fix: models api return models in deactivate channels
- Enhance logging functionality by adding context support and improving debugging options.
- Standardize function naming conventions across middleware to ensure consistency.
- Optimize data retrieval and handling in the model controller, including caching and error management.
- Simplify the bug report template to streamline the issue reporting process.
2025-02-27 00:57:06 +00:00
Laisky.Cai
5905a7f295 fix: models api return models in deactivate channels
- Enhance logging functionality by adding context support and improving debugging options.
- Standardize function naming conventions across middleware to ensure consistency.
- Optimize data retrieval and handling in the model controller, including caching and error management.
- Simplify the bug report template to streamline the issue reporting process.
2025-02-26 11:22:03 +00:00
Laisky.Cai
f5d4ff05dc Merge branch 'test/ci' 2025-02-26 05:40:36 +00:00
Laisky.Cai
1bc83bf812 chore: enhance Anthropic support and optimize CI/CD processes
- Enhance the `Message` struct with new fields to support additional functionality.
- Streamline CI configuration by commenting out unused jobs and optimizing the build process for ARM64.
- Improve documentation and feature support for VolcEngine channel and bot model.
- Update Dockerfile to efficiently manage dependencies and enhance multi-architecture support.
2025-02-26 05:39:08 +00:00
Laisky.Cai
f6cfe7cd4f feat: enhance error handling and reasoning mechanisms across middleware
- Improve error handling across multiple middleware and adapter components, ensuring consistent error response formats in JSON.
- Enhance the functionality of request conversion functions by including context parameters and robust error wrapping.
- Introduce new features related to reasoning content in the messaging model, providing better customization and explanations in the documentation.
2025-02-26 05:38:21 +00:00
Laisky.Cai
07d9a8e144
Merge pull request #30 from qistchan/fix-2109
Fix 2109
2025-02-26 09:02:24 +08:00
Laisky.Cai
db992c26c4 feat: implement centralized error response handling and add logger middleware 2025-02-26 00:52:24 +00:00
Laisky.Cai
607406dae1 docs: add tutorial section to README with docker-compose instructions 2025-02-25 05:16:08 +00:00
Laisky.Cai
8d3a6b5cb9 feat: ensure TopP is nil when using extended thinking in Claude request 2025-02-25 03:56:07 +00:00
Laisky.Cai
56a1c52240 docs: update README to include Stream and Non-Stream sections for Claude model 2025-02-25 03:18:46 +00:00
Laisky.Cai
f60300e52c feat: update README and enhance response handling for Claude model to support reasoning and thinking 2025-02-25 03:13:21 +00:00
Laisky.Cai
f7ec449728 feat: add support for extended reasoning in Claude 3.7 model 2025-02-25 02:57:37 +00:00
Laisky.Cai
2f72aceb65 docs: add support for claude-3-7-sonnet in README 2025-02-25 01:41:30 +00:00
Laisky.Cai
9b56485857 feat: update model list and pricing for Claude 3.7 versions 2025-02-25 01:27:07 +00:00
Laisky.Cai
c2a0318e7b
Merge pull request #29 from qistchan/fix-#1982
fix: resolve "bufio.Scanner: token too long" error by increasing buff…
2025-02-25 09:21:39 +08:00
QistChan
e71893df6e feat: Enhance VolcEngine channel support with bot model routing 2025-02-24 01:46:47 +00:00
QistChan
1ac79a8126 fix: Improve OpenAI stream data parsing 2025-02-24 01:45:24 +00:00
QistChan
706aa7233b
fix: resolve "bufio.Scanner: token too long" error by increasing buffer size 2025-02-24 01:59:54 +08:00
Laisky.Cai
dba9b07bec Merge branch 'upstream/main' 2025-02-23 12:16:51 +00:00
Laisky.Cai
6965874ec2 feat: add ARM64 cross-compilation support in Dockerfile 2025-02-23 12:15:31 +00:00
JustSong
8df4a2670b docs: update ByteDance Doubao model link in README
Some checks failed
CI / Unit tests (push) Has been cancelled
CI / commit_lint (push) Has been cancelled
2025-02-21 19:30:16 +08:00
Laisky.Cai
647718f3e6 feat: add OpenrouterProviderSort configuration for provider sorting 2025-02-20 01:51:19 +00:00
Laisky.Cai
04da1b7861 fix: improve reasoning token counting in OpenAI adaptor 2025-02-19 09:13:17 +00:00