Skip to content

Releases: UNICKCHENG/openai-proxy

v0.3.5

31 Jul 04:39
Compare
Choose a tag to compare

0.3.5 (2023-07-31)

Bug Fixes

更新

修复跨域问题。如果担心因此带来安全问题,可以通过 ACCESS_CONTROL_ALLOW_ORIGIN 环境变量来设置指定域

image

v0.3.4

29 Jul 16:46
Compare
Choose a tag to compare

0.3.4 (2023-07-29)

Bug Fixes

  • claude: supports automatic getting of conversation_uuid (3684729)

主要更新

  • 支持自动获取会话 ID,无需再手动指定
    image

  • 支持一次删除全部会话记录
    image

v0.3.3

21 Jul 05:52
Compare
Choose a tag to compare

0.3.3 (2023-07-21)

Bug Fixes

  • claude: adapt the gpt-like streaming response format (8f92171)
  • claude: fix gpt-like interface errors (9fa35cb)

image
image

v0.3.2

18 Jul 09:46
Compare
Choose a tag to compare

0.3.2 (2023-07-18)

Bug Fixes

google-bard: fix googlebard api invalid (7eb45a2)

虽然修复了这个问题,但是仍然可能失败

image

v0.3.1

17 Jul 03:03
Compare
Choose a tag to compare

0.3.1 (2023-07-17)

Bug Fixes

  • claude: fix gpt-like interface errors (ac1ca60)
  • openai: fix openai not working (d551fa3)

image

v0.3.0

16 Jul 10:10
Compare
Choose a tag to compare

0.3.0 (2023-07-16)

Features

  • claude: support for openai-style request (2071133)