mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
@@ -18,7 +18,7 @@ import { reportResponse } from '../utils/action-reporter';
|
||||
import { readBlobAsURL } from '../utils/image';
|
||||
import type { ChatContextValue, ChatMessage } from './chat-context';
|
||||
|
||||
const MaximumImageCount = 8;
|
||||
const MaximumImageCount = 32;
|
||||
|
||||
function getFirstTwoLines(text: string) {
|
||||
const lines = text.split('\n');
|
||||
|
||||
Reference in New Issue
Block a user