https://github.com/yohn/yohns-ai-playground
An AI playground for expermenting with its capabilities, and learning how to communicate with AI. Built with Nodejs, simple chat script
https://github.com/yohn/yohns-ai-playground
ai ai-assistant ai-builder ai-chatbot ai-example ai-experiment ai-experiments ai-models chatbot github-models node-ai nodejs nodejs-ai
Last synced: about 1 month ago
JSON representation
An AI playground for expermenting with its capabilities, and learning how to communicate with AI. Built with Nodejs, simple chat script
- Host: GitHub
- URL: https://github.com/yohn/yohns-ai-playground
- Owner: Yohn
- Created: 2024-11-01T10:25:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T18:04:21.000Z (over 1 year ago)
- Last Synced: 2025-03-12T11:48:40.415Z (about 1 year ago)
- Topics: ai, ai-assistant, ai-builder, ai-chatbot, ai-example, ai-experiment, ai-experiments, ai-models, chatbot, github-models, node-ai, nodejs, nodejs-ai
- Language: CSS
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yohns AI Chatbot
If you do not have access to [Github's Models](https://github.com/marketplace/models) then you will need to get an API key from OpenAI, or maybe AzureAI to use this.
Update the `.env.example` file with your [Github Token](https://github.com/settings/tokens)
This is just for testing purposes, in a personal enviroment, to see how this whole thing works. Chats are not saved. The AI Chat bot does not have any memory of messages, and only knows the message you sent, 1 at a time. Very basic for now but it is working.