Making multiple Ai models debate and think step by step to solve a problem / answer a question in one conversation
- Multi-Model Collaboration - GPT-4 (analyst), GPT-3.5 (creative), GPT-4o (synthesizer)
- Confidence Scoring - Each response includes self-assessed confidence percentage
- Structured Rounds - 2 debate rounds with progressive refinement
- Follow-up Support - Continuous dialogue for extended problem solving
- Transparent Process - Full conversation history tracking
- A[User Input] --> B(Alpha Analysis)
- B --> C(Beta Critique)
- C --> D{2 Rounds}
- D --> E[Gamma Synthesis]
- E --> F[Final Answer]
two.heads.mp4
The system workflow is designed as follows:
- User Input: The process begins with the user’s query.
- Alpha Analysis: Initial responses are generated by designated AI models.
- Beta Critique: A critique phase identifies possible improvements.
- Debate Rounds: Two structured rounds refine the analysis.
- Gamma Synthesis: A synthesis model compiles the final answer.
- Final Answer: The refined solution is delivered to the user.
- Clone the repository.
- Install the required dependencies.
- Add your open ai api key
- Run the application.
python main.py
Interact with the system via a command line interface. Simply provide your query and follow the on-screen instructions for a guided problem-solving experience.
Contributions are welcome! Fork the repository, create a feature branch, and submit a pull request. For significant changes, please open an issue first to discuss your ideas.