https://github.com/tdiprima/openwebuichatbot
Open WebUI Chatbot
https://github.com/tdiprima/openwebuichatbot
Last synced: 8 months ago
JSON representation
Open WebUI Chatbot
- Host: GitHub
- URL: https://github.com/tdiprima/openwebuichatbot
- Owner: tdiprima
- Created: 2024-12-17T14:52:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T16:34:38.000Z (10 months ago)
- Last Synced: 2024-12-26T17:13:46.702Z (10 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open WebUI Chatbot


To get started, run the following command in your terminal:
```sh
npm start
```or you can do:
```sh
export OPENWEBUI_API_KEY=your_api_key_here
node server.js
```Once you've initialized the server, you can open the `index.html` file at http://localhost:3002.
To interact with the chatbot, simply enter your prompt in the web page and click the "Send" button.