File tree Expand file tree Collapse file tree 6 files changed +33
-11
lines changed
Expand file tree Collapse file tree 6 files changed +33
-11
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## [ 9.0.51] ( https://github.com/ax-llm/ax/compare/9.0.49...9.0.50 ) (2024-10-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * minor fix ([ 0bd2c54] ( https://github.com/ax-llm/ax/commit/0bd2c547dce6fe6f34df36035718573e7a3811ef ) )
9+
10+ ## [ 9.0.50] ( https://github.com/ax-llm/ax/compare/9.0.49...9.0.50 ) (2024-10-04)
11+
12+
13+ ### Features
14+
15+ * added multi-modal chat to rome ([ 7e8f8a7] ( https://github.com/ax-llm/ax/commit/7e8f8a7e641603ed169fbea48555c04cb8e1c549 ) )
16+ * better image display for ax rome ([ 9035a35] ( https://github.com/ax-llm/ax/commit/9035a359809d4ec3b0165e77daa2e1a822408f28 ) )
17+ * improve code blocks in rome ([ ab58949] ( https://github.com/ax-llm/ax/commit/ab589496f6b663b4b378d3db0acd8d4099f90ac9 ) )
18+ * new models ([ e1bb27b] ( https://github.com/ax-llm/ax/commit/e1bb27b7aac9f32ce64b6e1b1f4164c5fe4757bf ) )
19+
20+
21+ ### Bug Fixes
22+
23+ * card layout fix ([ 7c7e59c] ( https://github.com/ax-llm/ax/commit/7c7e59c5ee64156f5f3e9a1700484fea2db85511 ) )
24+
325## [ 9.0.50] ( https://github.com/ax-llm/ax/compare/9.0.48...9.0.49 ) (2024-10-04)
426
527
Original file line number Diff line number Diff line change 8484 ],
8585 "author" : " Vikram <https://twitter.com/dosco>" ,
8686 "private" : " true" ,
87- "version" : " 9.0.50 "
87+ "version" : " 9.0.51 "
8888}
Original file line number Diff line number Diff line change 11{
22 "name" : " @ax-llm/ax-ai-sdk-provider" ,
3- "version" : " 9.0.48 " ,
3+ "version" : " 9.0.49 " ,
44 "type" : " module" ,
55 "description" : " Ax AI SDK Provider for the Vercel AI SDK" ,
66 "repository" : {
2424 },
2525 "dependencies" : {
2626 "@ai-sdk/provider-utils" : " ^1.0.2" ,
27- "@ax-llm/ax" : " 9.0.50 " ,
27+ "@ax-llm/ax" : " 9.0.51 " ,
2828 "ai" : " ^3.2.37" ,
2929 "zod" : " ^3.23.8"
3030 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @ax-llm/ax" ,
3- "version" : " 9.0.50 " ,
3+ "version" : " 9.0.51 " ,
44 "type" : " module" ,
55 "description" : " The best library to work with LLMs" ,
66 "repository" : {
Original file line number Diff line number Diff line change 1313 "tsx" : " node --env-file=.env --import=tsx"
1414 },
1515 "dependencies" : {
16- "@ax-llm/ax" : " 9.0.50 "
16+ "@ax-llm/ax" : " 9.0.51 "
1717 },
1818 "devDependencies" : {
1919 "npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments