Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.31 KB

MathGPT-o1

MathGPT-o1 is a Streamlit application that allows users to input mathematical queries and receive answers generated by OpenAI's language models.

Features

  • Model Selection: Choose between o1-mini and o1-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.

Installation

Prerequisites

  • Python 3.7 or higher installed on your system.
  • An OpenAI API key (Tier5). You can obtain one from the OpenAI Dashboard.

Steps

  1. Clone the repository:

    git clone https://github.com/OrenGrinker/mathgpt-o1.git
    cd mathgpt-o1
  2. Install the required packages:

    pip install -r requirements.txt

Usage

  • Enter your OpenAI API key.
  • Choose the model (o1-mini / o1-preview)
  • Enter Your Math Query.
  • Get the Answer.

Contributing

Feel free to open issues or submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License.