Commit Graph

7 Commits

Author SHA1 Message Date
1e0n
21b852b59e 升级到v1.2.0:完善双授权机制文档
- 版本升级至1.2.0
- 更新README核心功能说明,突出双重授权机制
- 添加三级授权优先级配置指南
- 新增FACTORY_API_KEY使用场景说明
- 完善快速开始部分的认证配置步骤
- 增加授权机制相关FAQ问答
2025-10-08 19:44:54 +08:00
1e0n
c677d7b429 更新文档:添加Windows启动脚本说明 2025-10-08 15:58:30 +08:00
1e0n
3444cbdfdc 完善安装文档:明确说明npm install依赖安装步骤 2025-10-08 15:56:09 +08:00
1e0n
c5ec338fc4 更新文档:重点介绍令牌刷新、推理级别、Docker部署和Claude Code集成功能 2025-10-08 15:42:22 +08:00
1e0n
43803ca9da Add common endpoint support and system prompt injection, v1.1.0
- Add common endpoint type for GLM-4.6 model
- Implement automatic system prompt injection for all requests
- Simplify README documentation for better user focus
- Update version to 1.1.0
- Add *.txt to .gitignore

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-10-07 21:06:28 +08:00
1e0n
5fc2df4cd7 Update documentation for new endpoints
- Add overview of three endpoint modes
- Add /v1/responses endpoint documentation (OpenAI transparent proxy)
- Add /v1/messages endpoint documentation (Anthropic transparent proxy)
- Add endpoint comparison table
- Add usage guide for choosing appropriate endpoint
- Clarify format conversion only applies to /v1/chat/completions
- Add detailed examples for each endpoint
- Update feature list and usage instructions
2025-10-07 06:02:29 +08:00
1e0n
6dca025e96 Initial commit: OpenAI compatible API proxy with auto token refresh
- Implemented OpenAI compatible API proxy server
- Support for Anthropic and custom OpenAI format conversion
- Automatic API key refresh with WorkOS OAuth
- SSE streaming response transformation
- Smart header management for Factory endpoints
- Chinese documentation
2025-10-06 02:12:01 +08:00