/township-small-business-bot

This repository contains the code for a Township Small Business Chatbot algorithm. The chatbot allows users to manage small businesses within a township, performing tasks such as adding new businesses, viewing existing ones, updating business details, and deleting businesses. The chatbot is built using Streamlit for the frontend

Primary LanguagePythonMIT LicenseMIT

API Usage

To test the API locally, ensure your server is running and use the following curl command:

curl -d '{ "model": "llama3", "prompt": "Why is the sky blue?" }' -H "Content-Type: application/json" http://localhost:11434/api/generate