mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-01 08:41:36 +00:00
* 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>
17 lines
202 B
Text
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
|