chore: dev => main 0.1.9 #2434
Annotations
7 errors and 11 warnings
__tests__/embedding.test.ts:
packages/core/src/localembeddingManager.ts#L3
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/localembeddingManager.ts:3:31
Caused by: Caused by: Error: Module not found
❯ __tests__/embedding.test.ts:25:15
❯ src/localembeddingManager.ts:3:31
|
__tests__/models.test.ts > Model Provider Configuration > Livepeer Provider > should have correct endpoint configuration:
packages/core/__tests__/models.test.ts#L137
AssertionError: expected undefined to be 'http://gateway.test-gateway' // Object.is equality
- Expected:
"http://gateway.test-gateway"
+ Received:
undefined
❯ __tests__/models.test.ts:137:65
|
__tests__/models.test.ts > Model Provider Configuration > Livepeer Provider > should have correct model mappings:
packages/core/__tests__/models.test.ts#L144
AssertionError: expected { …(5) } to be 'meta-llama/Meta-Llama-3.1-8B-Instruct' // Object.is equality
- Expected:
"meta-llama/Meta-Llama-3.1-8B-Instruct"
+ Received:
Object {
"maxInputTokens": 8000,
"maxOutputTokens": 8192,
"name": "meta-llama/Meta-Llama-3.1-8B-Instruct",
"stop": Array [],
"temperature": 0,
}
❯ __tests__/models.test.ts:144:54
|
__tests__/models.test.ts > Model Provider Configuration > Livepeer Provider > should have correct settings configuration:
packages/core/__tests__/models.test.ts#L160
TypeError: Cannot read properties of undefined (reading 'maxInputTokens')
❯ __tests__/models.test.ts:160:29
|
__tests__/models.test.ts > Generation with Livepeer > should have correct image generation settings:
packages/core/__tests__/models.test.ts#L277
AssertionError: expected { name: 'ByteDance/SDXL-Lightning' } to be 'ByteDance/SDXL-Lightning' // Object.is equality
- Expected:
"ByteDance/SDXL-Lightning"
+ Received:
Object {
"name": "ByteDance/SDXL-Lightning",
}
❯ __tests__/models.test.ts:277:56
|
__tests__/models.test.ts > Generation with Livepeer > should use default image model:
packages/core/__tests__/models.test.ts#L285
AssertionError: expected { name: 'ByteDance/SDXL-Lightning' } to be 'ByteDance/SDXL-Lightning' // Object.is equality
- Expected:
"ByteDance/SDXL-Lightning"
+ Received:
Object {
"name": "ByteDance/SDXL-Lightning",
}
❯ __tests__/models.test.ts:285:76
|
check
Process completed with exit code 1.
|
check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check:
packages/plugin-autonome/src/actions/launchAgent.ts#L21
Unexpected any. Specify a different type
|
check:
packages/plugin-thirdweb/src/actions/chat.ts#L85
Unexpected any. Specify a different type
|
check:
packages/plugin-thirdweb/src/actions/chat.ts#L87
Unexpected any. Specify a different type
|
check:
packages/plugin-anyone/src/services/AnyoneProxyService.ts#L8
Unexpected any. Specify a different type
|
check:
packages/plugin-anyone/src/services/AnyoneProxyService.ts#L9
Unexpected any. Specify a different type
|
check:
packages/plugin-flow/src/actions/transfer.ts#L43
Unexpected any. Specify a different type
|
check:
packages/plugin-flow/src/actions/transfer.ts#L245
Unexpected any. Specify a different type
|
check:
packages/plugin-flow/src/providers/wallet.provider.ts#L99
Unexpected any. Specify a different type
|
check:
packages/plugin-flow/src/providers/wallet.provider.ts#L106
Unexpected any. Specify a different type
|
check:
packages/plugin-flow/src/tests/wallet.test.ts#L56
Unexpected any. Specify a different type
|