mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 05:42:39 +02:00
Merge remote-tracking branch 'upstream/dev' into fix/documents
This commit is contained in:
commit
c132e5ddb0
49 changed files with 1625 additions and 354 deletions
|
|
@ -178,6 +178,18 @@ export const LLM_MODELS: LLMModel[] = [
|
|||
},
|
||||
|
||||
// Google (Gemini)
|
||||
{
|
||||
value: "gemini-3-flash-preview",
|
||||
label: "Gemini 3 Flash",
|
||||
provider: "GOOGLE",
|
||||
contextWindow: "1M",
|
||||
},
|
||||
{
|
||||
value: "gemini-3-pro-preview",
|
||||
label: "Gemini 3 Pro",
|
||||
provider: "GOOGLE",
|
||||
contextWindow: "1M",
|
||||
},
|
||||
{
|
||||
value: "gemini-2.5-flash",
|
||||
label: "Gemini 2.5 Flash",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue