Skip to content

The-Fallen-Phoenix/trying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDS LLM Analysis Agent

This is an automated quiz-solver agent for the TDS LLM Analysis quiz, built with Express and Puppeteer.

Running Locally

  1. Create a .env file:

    echo "APP_SECRET=your_secret_here" > .env
  2. Install dependencies and run:

    npm install
    npm sta\rt

    The server will start on port 3000.

Running with Docker

  1. Build the Docker image:

    docker build -t tds-llm-analysis-agent .
  2. Run the Docker container:

    docker run -p 3000:3000 -e APP_SECRET=your_secret_here tds-llm-analysis-agent

Deployment to Cloud Run (Example)

gcloud run deploy tds-llm-analysis-agent \
  --image gcr.io/your-gcp-project/tds-llm-analysis-agent \
  --platform managed \
  --region us-central1 \
  --allow-unauthenticated \
  --set-env-vars="APP_SECRET=your_secret_from_secret_manager"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors