mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Add embedder (#818)
This commit is contained in:
@@ -126,6 +126,7 @@ class MockTool extends BaseTool<{ param: string }, ToolResult> {
|
||||
const baseConfigParams: ConfigParameters = {
|
||||
apiKey: 'test-api-key',
|
||||
model: 'test-model',
|
||||
embeddingModel: 'test-embedding-model',
|
||||
sandbox: false,
|
||||
targetDir: '/test/dir',
|
||||
debugMode: false,
|
||||
|
||||
Reference in New Issue
Block a user