arena / README.md
suhyun.kang
add gemini
1371afd
|
raw
history blame
618 Bytes

Arena

How to run locally

  1. Set up a virtual environment

    Before installing dependencies, it's recommended to create a virtual environment.

  2. Install dependencies

    With the virtual environment activated, install the project dependencies:

    pip install -r requirements.txt
    
  3. Run the app

    Set your OpenAI API key as an environment variable and start the application:

    GCP_PROJECT_ID=<your project id> OPENAI_API_KEY=<your key> python3 app.py
    

    Replace and with your GCP project ID and OpenAI API key respectively.