Skip to content

Problem solving by engaging multiple AI agents in conversation with each other and the user.

License

Notifications You must be signed in to change notification settings

ebeastlake/SocraticAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use This Repo

To get started, follow these steps:

  1. Install the required packages by running the following command in your terminal:
pip3 install -r requirements.txt
  1. Ensure that you have the necessary API keys for OpenAI and Wolfram Alpha by setting the following environment variables:
export OPENAI_ORG="your-openai-org"
export OPENAI_API_KEY="your-openai-key"
  1. Run the web application by executing the following command in your terminal:
python3 app.py
  1. Access the web app by opening your browser and navigating to the address http://127.0.0.1:9000/.

Now, you're all set!

About

Problem solving by engaging multiple AI agents in conversation with each other and the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.3%
  • HTML 39.5%
  • CSS 11.2%