Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 864 Bytes

File metadata and controls

30 lines (26 loc) · 864 Bytes
Safire Logo

Safire AI Moderation Server

This is a lightweight microservice responsible for AI-powered text analysis using the Google Gemini API.

🚀 Local Setup

  1. Navigate to the directory:
    cd moderation-server
  2. Install dependencies:
    npm install
  3. Environment Variables: Create a .env file from .env.example and add your GEMINI_API_KEY.
    cp .env.example .env
  4. Start the server:
    npm run dev

The moderation server will be available at http://localhost:300x (or as specified in your .env).