mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat: update i2i model (#7041)
This commit is contained in:
@@ -470,7 +470,7 @@ test('should be able to get provider', async t => {
|
||||
);
|
||||
t.is(
|
||||
p?.type.toString(),
|
||||
'openai',
|
||||
'fal',
|
||||
'should get provider support image-to-text'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ export class MockCopilotTestProvider
|
||||
{
|
||||
override readonly availableModels = [
|
||||
'test',
|
||||
'fast-turbo-diffusion',
|
||||
'fast-sdxl/image-to-image',
|
||||
'lcm-sd15-i2i',
|
||||
'clarity-upscaler',
|
||||
'imageutils/rembg',
|
||||
|
||||
Reference in New Issue
Block a user