Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLaDOS

An AI assistant with the voice and personality of GLaDOS from the Portal computer game series.

Installation

Docker Compose

version: "3.9"
services:
  glados:
    container_name: GLaDOS
    image: ghcr.io/chriswrwx/glados:latest
    environment:
      OPENAI_API_KEY: ${OPENAI_API_KEY}
    ports:
      - 443:443
      - 80:80
    restart: unless-stopped

OpenAI

https://platform.openai.com/account/

Used for chatGPT. Generate an API Key and provide as the environment variable OPENAI_API_KEY

Credits

About

Talk to GLaDOS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages