Skip to content

Commit

Permalink
release 0.1.1 (#93)
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
wwwy3y3 authored Apr 10, 2024
1 parent 7e69acb commit 76d4a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wren-launcher/utils/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
)

const (
DOCKER_COMPOSE_YAML_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/29ed1c5f2f554aef4c0959095b0c9d3ac66e66df/docker-compose.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/29ed1c5f2f554aef4c0959095b0c9d3ac66e66df/.env.example"
DOCKER_COMPOSE_YAML_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/64b45e472ec26fe160aaa9f64faec9c6d2e79034/docker-compose.yaml"
DOCKER_COMPOSE_ENV_URL string = "https://gist.githubusercontent.com/wwwy3y3/5fee68a54458a07abbeb573711652292/raw/64b45e472ec26fe160aaa9f64faec9c6d2e79034/.env.example"
)

func replaceEnvFileContent(content string, OpenaiApiKey string, port int) string {
Expand Down

0 comments on commit 76d4a5b

Please sign in to comment.