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

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

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.