OGx Consulting

RFP Evaluator & Archive

Upload, analyze, and manage potential opportunities using our evaluation system.

Upload RFPs

Upload and analyze new RFP documents with our AI assistant

View Dashboard

See analytics and insights about your RFP portfolio

Browse Archive

Search and filter through your historical RFP database

Environment Status
Checking environment...
Setup Guide

Database Setup

  1. Create a PostgreSQL database on Neon (or another provider)
  2. Copy your connection string
  3. Add it to your .env file as DATABASE_URL

OpenAI Setup

  1. Create an OpenAI account at platform.openai.com
  2. Generate an API key in your OpenAI dashboard
  3. Add it to your .env file as OPENAI_API_KEY
  4. Create an Assistant in the OpenAI dashboard
  5. Copy the Assistant ID and add it to your .env file as OPENAI_ASSISTANT_ID

After adding all environment variables, restart your development server or redeploy your application.

API Version Information
OpenAI SDK Version:
v4.25.0
API Version:
v4
Checking runtime version...
Using OpenAI Assistants API