mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(core): ai images (#6506)
This commit is contained in:
@@ -75,7 +75,7 @@ export class OpenAIProvider
|
||||
.filter(url => SIMPLE_IMAGE_URL_REGEX.test(url))
|
||||
.map(url => ({
|
||||
type: 'image_url',
|
||||
image_url: { url, detail: 'low' },
|
||||
image_url: { url, detail: 'high' },
|
||||
})),
|
||||
];
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user