Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 855 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 855 Bytes

Ollama Bot AI

License Languages Contributions

A chatbot implementation that leverages Node.js and Python, providing a flexible alternative for developers.

Running the Node.js Chatbot

To get started, run the following command in your terminal:

node server.js

This will start the server. Open http://localhost:3002/, and you're ready to interact with the chatbot.

Running the Python Script

Alternatively, you can use the Python script by running the following command:

streamlit run chatbot.py

This will launch a window in your default web browser at http://localhost:8501/, allowing you to interact with the chatbot.