Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/78/tenbot
A Chatbot for Exploring Large Language Model Capabilities
https://github.com/78/tenbot
Last synced: 14 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T22:33:01.000Z (6 months ago)
- Last Synced: 2024-05-21T00:53:37.593Z (6 months ago)
- Language: Vue
- Size: 153 KB
- Stars: 1
- Watchers: 1
- 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
![screenshot](./screenshot.png)
## 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.