mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00

refactor(chatgpt-client.js): free encoder memory after use feat(chatgpt-client.tokens.js): add script to test memory usage of ChatGPTClient
68 lines
1.1 KiB
Text
68 lines
1.1 KiB
Text
### node etc ###
|
|
|
|
# Logs
|
|
data-node
|
|
meili_data
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Compiled Dirs (http://nodejs.org/api/addons.html)
|
|
build/
|
|
dist/
|
|
public/main.js
|
|
public/main.js.map
|
|
public/main.js.LICENSE.txt
|
|
client/public/images/
|
|
client/public/main.js
|
|
client/public/main.js.map
|
|
client/public/main.js.LICENSE.txt
|
|
|
|
# Dependency directorys
|
|
# Deployed apps should consider commenting these lines out:
|
|
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
|
node_modules/
|
|
meili_data/
|
|
api/node_modules/
|
|
client/node_modules/
|
|
bower_components/
|
|
|
|
# Floobits
|
|
.floo
|
|
.floobit
|
|
.floo
|
|
.flooignore
|
|
|
|
# Environment
|
|
.npmrc
|
|
.env
|
|
cache.json
|
|
api/data/
|
|
owner.yml
|
|
archive
|
|
.vscode/settings.json
|
|
src/style - official.css
|
|
/e2e/specs/.test-results/
|
|
/e2e/playwright-report/
|
|
/playwright/.cache/
|
|
.DS_Store
|
|
*.code-workspace
|
|
.idea
|
|
|
|
# meilisearch
|
|
meilisearch
|
|
data.ms/*
|
|
auth.json
|