bobocloud/scnet-proxy
fix: remove unsupported o200k_base tiktoken encoder preload
fix: add Hugging Face Space config to README
refactor: migrate scnet-proxy from Python to Go with Fiber
fix: 修复后端初始化状态设置问题
fix: 修复 backend 缺少 _is_initialized 属性初始化
refactor: 代码清理和重构
fix: add self._psutil instance attribute to SystemMonitor
feat: 添加系统资源监控功能 (CPU/内存/网络/磁盘I/O)
fix: 修复 Token 吞吐量监控始终为 0 的问题
feat: 添加完整性能监控系统
Fix: Remove o200k_base encoder to avoid warning messages
Fix: Remove manual gevent patching to avoid SSL recursion errors
fix: remove redundant gevent monkey-patching from non-entry files
feat: add tiktoken pre-loading for accurate token counting with gevent
fix: resolve gevent SSL recursion error with urllib3
fix: 修复 gevent 环境下的兼容性问题
fix: 恢复 docs.html 精美 UI 设计
feat: 添加性能优化和统一 UI 样式
Increase concurrency: threads=16, worker_connections=2000
Use ThreadPoolExecutor for image upload to avoid blocking
Add debug log for imageFile
Fix imageFile: add name and size fields
Fix imageFile format: use path instead of url
Add more debug logs
Add debug logging for image upload
Fix validator to allow list content for vision messages
Add vision support: auto-upload base64 images to OSS
fix: 修复流式响应中content_buffer未正确更新的问题
fix: 修复UTF-8编码问题,使用bytes处理后再解码
fix: 修复SSE流式响应中换行符丢失的问题
feat: 文档页动态显示模型列表并优化UI
feat: 动态加载模型映射,启动时从API获取模型列表
refactor: create unified entry point for keep-alive and Gunicorn
fix: move keep-alive initialization to gunicorn post_worker_init hook
fix: add keep-alive thread initialization to prevent Hugging Face Spaces sleep
Initial commit: Scnet Proxy HF Docker deployment
fix(backend): 优化流式响应处理逻辑和超时设置
feat: 添加性能监控和健康检查端点
build: 更新依赖配置并移除setup.py文件
添加favicon路由处理程序以避免404错误
修复Dockerfile中的依赖路径问题
修复Dockerfile中的权限问题
重构项目结构以符合行业标准
refactor(api): 移除Swagger UI及相关文档支持
refactor(app): 移除未使用的Swagger文档相关代码
docs(api): 禁用默认Swagger UI并改用RapiDoc
feat(文档): 替换Swagger UI为RapiDoc并更新样式
docs: 更新Swagger文档中的联系信息和协议
feat(swagger): 添加自定义Swagger UI页面并简化API文档
feat(api): 添加模型列表接口并增强Swagger文档
