https://github.com/78/tenbot
A Chatbot for Exploring Large Language Model Capabilities
https://github.com/78/tenbot
Last synced: 3 months ago
JSON representation
A Chatbot for Exploring Large Language Model Capabilities
- Host: GitHub
- URL: https://github.com/78/tenbot
- Owner: 78
- License: apache-2.0
- Created: 2024-05-20T22:24:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T17:48:54.000Z (about 2 years ago)
- Last Synced: 2025-06-09T17:02:02.909Z (about 1 year ago)
- Language: Vue
- Size: 155 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tenbot: A Chatbot for Exploring Large Language Model Capabilities
## Directory Explanation
- **web**: A simple chat interface supporting code highlighting, Latex formula rendering, and on-demand tool invocation.
- **tools**: Provides backend functionalities including Tokenization, content search, URL visiting, logging, etc.
- **api**: Access point for multiple LLM nodes, offering an OpenAI Compatible API with simple load balancing and facilitating tests across different models.
## Screenshot

## TODO List
- Automatically optimize the length of dialog content
- Integrate VL series multimodal models to accept image inputs from users
- Enable reading of document formats such as PDF, DOCX, XLSX, TXT, and more.