Skip to main content

LLM to a chatbot

·60 words·1 min·
Author
Mark Ogata
AI and Robotics Researcher at BAIR

I was able to use the huggingface API to prompt Mistral 8x7B-Instruct-v0.1. By formatting the prompt as context + “Question: " + userInput + " Answer: " I was able to get a very basic chatbot going. It has no memory but it kind of works. Everything is done with $0.

Give it a try:

Zircon Chat

Related

Logic Tokenizer
·191 words·1 min
RGB to Depth AI
·184 words·1 min
Path Planning with NLP
·704 words·4 mins