Skip to content

cfl-temple/SocraticAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introducing SocraticAI

Discover Socratic AI, a groundbreaking application that transforms problem-solving by leveraging the power of multiple Large Language Model-based agents in Socratic dialogue. Socratic AI elevates artificial intelligence, providing a distinctive and engaging experience that empowers users to uncover comprehensive and well-reasoned solutions to their challenges, all while remaining free from prompt engineering.

Disclaimer: All code and content are generated by large language models.

add Gemini Pro as an option for LLM

SocraticAI supports Gemini Pro as an additional option for Large Language Models (LLMs). To utilize Gemini Pro, ensure you have the necessary API credentials and configure the application accordingly.

How to Use SocraticAI

To get started with SocraticAI, follow these simple steps:

  1. Install the required packages by running the following command in your terminal:
pip 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"
export WOLFRAM_APP_ID="your-wolfram-alpha-key"
  1. Run the web application by executing the following command in your terminal:
python app.py
  1. Access the SocraticAI web app by opening your web browser and navigating to the following address: http://127.0.0.1:5000/. We recommend using Google Chrome for the best user experience.

Now you're all set to explore the power of Socratic dialogue and AI-driven problem-solving with SocraticAI!

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

 
 
 

Contributors

Languages

  • Python 76.7%
  • HTML 23.3%