Code for fun, make things happen.
Currently working for a Fintech company as a Full-Stack Engineer.
Currently working for a Fintech company as a Full-Stack Engineer.
⭐ Total Stars: 5.7k
📝 Total Commits: 4.7k
🚀 Total PRs: 317
🚧 Total Issues: 150
🤝 Contributed to: 37
Zig +958 / -420 ███████▊░░░░░░░░░░ 43.04%
MDX +812 / -285 ██████▊░░░░░░░░░░░ 34.26%
Markdown +386 / -80 ██▊░░░░░░░░░░░░░░░ 14.55%
YAML +67 / -32 ▊░░░░░░░░░░░░░░░░░ 3.09%
Gettext C… +25 / -25 ▊░░░░░░░░░░░░░░░░░ 1.56%
基于 OpenAI API 的文本翻译、文本润色、语法纠错 Bob 插件,让我们一起迎接不需要巴别塔的新时代!Licensed under CC BY-NC-SA 4.0
👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
Day of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
imageModel()
instead of deprecated image()
Background
The image()
method in the OpenAI provider has been deprecated in favor of imageModel()
. The documentation and examples were still using…
convertToModelMessages()
still required in v5 despite documentation stating it's no longer needed
Description
After upgrading to AI SDK v5, I'm encountering an error when trying to use streamText
without convertToModelMessages()
, even though the…