Skip to content

v0.8.0

Compare
Choose a tag to compare
@fruitbars fruitbars released this 19 Jun 16:12
· 156 commits to main since this release
  1. 去除 .env 文件的警告
  2. 兼容 Azure OpenAI 的配置 server_url 的各种形式
    • 例如:https://jianyu-use-gpt4.openai.azure.com/
    • 例如:https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2024-02-01
  3. 修复有时候配置文件获取的不是 simple-one-api 同目录下的 config.json 问题
  4. 并发控制,QPS 或者并发限制
  5. 增加日志控制
  6. 增加代理支持