Skip to content

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

Notifications You must be signed in to change notification settings

OrenGrinker/mathgpt-o1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages