Skip to content

Commit 1330690

Browse files
committed
Update documentation for llm-interface migration
1 parent a1e3664 commit 1330690

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ This project and everyone participating in it is governed by our Code of Conduct
166166
3. Update changelog entries
167167
4. Tag releases appropriately
168168

169-
Thank you for contributing to MyCoder! 👍
169+
Thank you for contributing to MyCoder! 👍

llm-interface-migration.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

77
1. 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

1516
2. Added llm-interface dependency:
17+
1618
- Added `llm-interface` package
1719

1820
3. Updated core components:
@@ -49,5 +51,6 @@ The llm-interface library provides several advantages over the Vercel AI SDK:
4951
## Testing
5052

5153
The changes have been tested by:
54+
5255
1. 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

0 commit comments

Comments
 (0)