File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -166,4 +166,4 @@ This project and everyone participating in it is governed by our Code of Conduct
1661663 . Update changelog entries
1671674 . Tag releases appropriately
168168
169- Thank you for contributing to MyCoder! 👍
169+ Thank you for contributing to MyCoder! 👍
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This PR implements Phase 1 of replacing the Vercel AI SDK with the llm-interface
55## Changes Made
66
771 . Removed Vercel AI SDK dependencies:
8+
89 - Removed ` ai ` package
910 - Removed ` @ai-sdk/anthropic ` package
1011 - Removed ` @ai-sdk/mistral ` package
@@ -13,6 +14,7 @@ This PR implements Phase 1 of replacing the Vercel AI SDK with the llm-interface
1314 - Removed ` ollama-ai-provider ` package
1415
15162 . Added llm-interface dependency:
17+
1618 - Added ` llm-interface ` package
1719
18203 . Updated core components:
@@ -49,5 +51,6 @@ The llm-interface library provides several advantages over the Vercel AI SDK:
4951## Testing
5052
5153The changes have been tested by:
54+
52551 . Running the existing test suite
53- 2 . Manual testing of the agent with various prompts and tools
56+ 2 . Manual testing of the agent with various prompts and tools
You can’t perform that action at this time.
0 commit comments