mirror of
https://github.com/turboderp-org/exui.git
synced 2026-03-15 00:07:27 +00:00
Added /api/count_tokens endpoint to count tokens using model tokenizer Implemented token counter in chat UI Added model search functionality Updated .gitignore to include .vscode/
10 lines
64 B
Plaintext
10 lines
64 B
Plaintext
*.egg-info/
|
|
build/
|
|
|
|
*.pyc
|
|
__pycache__/
|
|
.idea
|
|
venv
|
|
dist
|
|
.vscode/
|