Skip to content

v0.9.41

Compare
Choose a tag to compare
@swuecho swuecho released this 17 Sep 04:23
· 28 commits to master since this release

What's Changed

  • Refactor chat stream handling and add per-word stream limit function by @swuecho in #529
  • Update @rsbuild dependencies to stable versions (1.0.1) by @swuecho in #530
  • Update go-openai dependency to v1.29.1 by @swuecho in #531
  • update by @swuecho in #533
  • Add model field to chat messages for tracking LLM model used in each … by @swuecho in #535
  • Update Playwright to version 1.47.0 in e2e tests by @swuecho in #536
  • Prompt helper by @swuecho in #538
  • Add missing 'anthropic-version' header for non-streaming requests. by @swuecho in #539
  • show code in bot by @swuecho in #540
  • remove extra console.log by @swuecho in #541
  • Fix copy code bug by @swuecho in #542
  • Refactor chatStreamClaude3 to use firstMessage variable for clarity. by @swuecho in #543
  • Remove unused useCopyCode hook from Conversation.vue and add it to … by @swuecho in #545
  • Add 'definitions' field to formValue and update generateDefinition fu… by @swuecho in #546

Full Changelog: v0.9.40...v0.9.41