anything-llm/.prettierignore
Timothy Carambat 4ac900f645
Gemini model list sync ()
* Update defaultModels.js

add gemma-3-27b-it to v1BetaModels

* Update defaultModels.js

20250330 model update

* Update defaultModels.js

remove text embedding

* Update name and inputTokenLimit modelMap.js

* Update gemini to load models from both endpoints
dedupe models
decide endpoint based on expieremental status from fetch
add util script for maintainers
reduce cache time on gemini models to 1 day

* remove comment

---------

Co-authored-by: DreamerC <dreamerwolf.tw@gmail.com>
2025-04-07 13:45:16 -07:00

17 lines
202 B
Text

# defaults
**/.git
**/.svn
**/.hg
**/node_modules
#frontend
frontend/bundleinspector.html
**/dist
#server
server/swagger/openapi.json
server/**/*.mjs
#embed
**/static/**
embed/src/utils/chat/hljs.js