Introduction · Deploy Your Own · Setting Up Locally · Tech Stack · Contributing · License
TalkBase is an open-source AI chatbot that uses TypeChat and the Vercel AI SDK to interact with natural language.
🐵 Easily enter data by natural language , with the requirements table field meta and descriptions.
🐵 Only English? no! any langguage such as Chinese
🙈 automatically describe the purpose of the table and give text suggestions for entering data
🙈 perfectly compatible with field annotations of multi-dimensional tables, add more field information
1️⃣ open the grayscale qualification for base extension
2️⃣ copy talk-base online link to the extension script address
https://talkbase.connectai.site/
3️⃣ start to chat-base ~
To set up talkBase locally, you'll need to clone the repository and set up the following environment variables:
OPENAI_API_KEY
– your OpenAI API key (you can get one here)
1️⃣ clone deme
git clone https://github.com/ConnectAI-E/BaseScript-LinkPreview
pnpm install
pnpm dev
2️⃣ copy talkbase dev link to the extension script address
http://localhost:5173/
You can deploy your own version of TalkBase with one-click:
ChatH is built on the following stack:
- Next.js –framework
- TypeChat –llm framework
- BaseScript -lark base script plugin
- Vercel - deployments
- TailwindCSS – css styles
Licensed under the MIT license.