Skip to content

Downloadable software for users to interact and have conversations with artificial intelligence (AI) chatbots; Downloadable application programming interface (API) software for use with artificial intelligence (AI) chatbots.

Notifications You must be signed in to change notification settings

haluptzok/GoAskAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoAskAI

Downloadable software for users to interact and have conversations with artificial intelligence (AI) chatbots. Downloadable application programming interface (API) software for use with artificial intelligence (AI) chatbots.

Chatbot UX

Clone GoAskAI from github to your PC,iPhone,Android, or any system that has python installed

Be sure to make your OpenAI key available via: export OPENAI_API_KEY='your-OpenAI-key'

Then run the chatbot and talk with AI

Example chat:

~/GoAskAI$ python GoAskAI.py Welcome to the GoAskAI chatbot!

Enter a prompt for the GoAskAI chatbot to answer, or type 'exit' to stop: How do I know if I'm in love? GoAskAI chatbot says: There is no specific formula for knowing whether you are in love, as it can be a subjective experience that varies from person to person. However, some common signs that you may be in love include:

  1. Thinking about the person often and feeling a strong desire to be close to them.

  2. Feeling happy and content when you are with the person.

  3. Feeling physically attracted to the person.

If you are experiencing these feelings or similar emotions then it could be a sign that you are in love. However, it's important to remember that everyone's experience of love is different, and what you feel may be unique to you.

Enter a prompt for the GoAskAI chatbot to answer, or type 'exit' to stop: What is considered the most masculine color? GoAskAI chatbot says: Traditionally, blue is considered the most masculine color. However, the idea that certain colors are inherently masculine or feminine is a socially constructed concept and does not have any inherent basis in biology.

Enter a prompt for the GoAskAI chatbot to answer, or type 'exit' to stop: exit GoAskAI chatbot says: Good-bye! Hope to chat again soon

API example

Just 'import GoAskAI' in your python code and call the chat API

API_example.py shows how to use it.

~/GoAskAI$ python API_example.py

About

Downloadable software for users to interact and have conversations with artificial intelligence (AI) chatbots; Downloadable application programming interface (API) software for use with artificial intelligence (AI) chatbots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages