You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HowdoI.ai is a helpful chatbot that can answer questions
This is an experiment in building a large-language-model-backed chatbot. It can hold a conversation, remember previous comments/questions, and answer all types of queries (history, web search, movie data, weather, news, and more).
This app relies on the amazing LangChain Python library, which powers all the interesting AI stuff.
Running locally
First, add your API keys in the .env file.
Install the NPM requirements:
cd vite
npm install (or yarn install)
Then, install the Python requirements and start the app. You'll want a Procfile manager like Foreman or Hivemind installed.
A: Hi Bob! Nice to meet you! How can I help you today?
Q: what's the last letter of my name?
A: b
Q: show me a cat gif
A: Here is a cat gif: <iframe src="https://giphy.com/embed/ICOgUNjpvO0PC" width="480" height="480" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><br /><a href="https://giphy.com/embed/ICOgUNjpvO0PC">powered by GIPHY</a>
Q: actually, can you make it a dolphin?
A: Here is a dolphin gif: <iframe src="https://giphy.com/embed/11ctq1pDmD3cB2" width="480" height="480" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><br /><a href="https://giphy.com/embed/11ctq1pDmD3cB2">powered by GIPHY</a>