MathGPT-o1 is a Streamlit application that allows users to input mathematical queries and receive answers generated by OpenAI's language models.
- Model Selection: Choose between
o1-mini
ando1-preview
models directly from the app interface. - Mathematical Theme: User-friendly interface with a mathematical design.
- Secure API Key Input: Enter your OpenAI API key securely within the app.
- Code Syntax Highlighting: Supports syntax highlighting for code responses.
- Modular Code Structure: Organized code for easy maintenance and scalability.
- Python 3.7 or higher installed on your system.
- An OpenAI API key (Tier5). You can obtain one from the OpenAI Dashboard.
-
Clone the repository:
git clone https://github.com/OrenGrinker/mathgpt-o1.git cd mathgpt-o1
-
Install the required packages:
pip install -r requirements.txt
- Enter your OpenAI API key.
- Choose the model (o1-mini / o1-preview)
- Enter Your Math Query.
- Get the Answer.
Feel free to open issues or submit pull requests for any improvements or bug fixes.
This project is licensed under the MIT License.