|
|
|
|
|
by mikeqq2024
713 days ago
|
|
1.8B/3.25B is still too much for edge devices. Ideally tens or hundreds mega would be ok. Is there an option to change the builtin Gemini Nano to other smaller models? By the way, haven't touch the lastest JS code for a while, what does this new syntax mean: "import { chromeai } " Also not get the textStream code:
for await (const textPart of textStream) {
result = textPart;
}
does result get override for each loop step? |
|