An open API service indexing awesome lists of open source software.

https://github.com/connectai-e/chat-calculator

⌨ Chat To Calculator using natural language. Built with LangchainJs and Vercel AI SDK.
https://github.com/connectai-e/chat-calculator

Last synced: 8 months ago
JSON representation

⌨ Chat To Calculator using natural language. Built with LangchainJs and Vercel AI SDK.

Awesome Lists containing this project

README

          



ChatCalc



Chat To Calculate using natural language. Built with Langchain and Vercel AI SDK.



License

Chat-Calc's GitHub repo


Introduction ·
Deploy Your Own ·
Setting Up Locally ·
Tech Stack ·
Contributing ·
License



## Introduction

Chat-Calc is an open-source AI chatbot that uses [Langchain](https://js.langchain.com/docs/modules/agents/) and the [Vercel AI SDK](https://sdk.vercel.ai/docs) to interact with natural language.

![转换视频](https://github.com/DDMeaqua/Chat-Calculator/assets/110169811/c93da330-dbc4-4908-84bb-450b5c0ae69b)

## Deploy your own

You can deploy your own version of Chat-Calc with 1-click:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/ConnectAI-E/Chat-Calculator&env=OPENAI_API_KEY&project-name=chat-calc&repository-name=Chat-Calc)

## Setting Up Locally

To set up Chat-Calc 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](https://platform.openai.com/account/api-keys))

## Tech Stack

ChatH is built on the following stack:

- [Next.js](https://nextjs.org/) – framework
- [Langchain Js](https://js.langchain.com/docs/modules/agents/) - LLM famework
- [Vercel AI SDK](https://sdk.vercel.ai/docs) – AI streaming library
- [Vercel](https://vercel.com) – deployments
- [TailwindCSS](https://tailwindcss.com/) – styles

## License

Licensed under the [MIT license](https://github.com/connectai-e/Chat-Calculator/blob/main/LICENSE.md).