feat(llm): route adapters by provider
This commit is contained in:
218 files changed
+2605
-1844
No files matched your search
@@ -55,5 +55,5 @@ export const name = 'mock-llm'
|
||||
export const inject = ['llm']
|
||||
|
||||
export function apply(ctx: Context) {
|
||||
ctx.llm.registerAdapter(['mock-echo'], new MockEchoAdapter())
|
||||
ctx.llm.registerAdapter(['mock'], new MockEchoAdapter())
|
||||
}
|
||||
Reference in New Issue
Block a user