stuartleeks / aoai-simulated-api

An exploration into creating a simulated API implementation for Azure OpenAI (AOAI)
MIT License
11 stars 4 forks source link

Feature: Build ghcr package #26

Closed bart-jansen closed 4 months ago

bart-jansen commented 4 months ago

Creating a GHCR image allows easy extension, without creating a local copy of the simulator.

Example here, leveraging this: https://github.com/bart-jansen/api-simulator

Dockerfile copies all content into container and creates a new image with the pdfs, new endpoints and openai configuration.

stuartleeks commented 4 months ago

Thanks @bart-jansen. As discussed privately, there are currently no plans to publish a pre-built image