Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Jun 28, 2023
1 parent 365d4d3 commit 3dd632f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,37 @@

## Default models context size
# CONTEXT_SIZE=512
#
## Define galleries.
## models will to install will be visible in `/models/available`
# GALLERIES=[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}]

## CORS settings
# CORS=true
# CORS_ALLOW_ORIGINS=*

## Default path for models
#
MODELS_PATH=/models

## Enable debug mode
# DEBUG=true

## Specify a build type. Available: cublas, openblas.
## Specify a build type. Available: cublas, openblas, clblas.
# BUILD_TYPE=openblas

## Uncomment and set to false to disable rebuilding from source
# REBUILD=false

## Enable image generation with stablediffusion (requires REBUILD=true)
## Enable go tags, available: stablediffusion, tts
## stablediffusion: image generation with stablediffusion
## tts: enables text-to-speech with go-piper
## (requires REBUILD=true)
#
# GO_TAGS=stablediffusion

## Path where to store generated images
# IMAGE_PATH=/tmp

## Specify a default upload limit in MB (whisper)
# UPLOAD_LIMIT
# UPLOAD_LIMIT

0 comments on commit 3dd632f

Please sign in to comment.