Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 672 Bytes

Gemini o1

Gemini o1 is an advanced autonomous reasoning system that leverages large language models to provide intelligent responses to user queries.

Features

  • Query analysis and complexity estimation
  • Context retrieval and response generation
  • Self-critique and response improvement
  • Performance tracking and optimization

Installation

  1. Clone the repository: git clone https://github.com/cameronaaron/gemini-o1.git cd gemini-o1

  2. Install the dependencies:

    pip install -r requirements.txt

  3. Set up environment variables:

    export GEMINI_API_KEY=your_api_key_here

Usage

Run the interactive mode:

python gemini01.py