Skip to content

Commit

Permalink
now openai server boots
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 28, 2023
1 parent 373221e commit 52f0776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ services:

mockopenai:
#image: your-mockopenai-image:tag
#environment:
# - GITHUB_PAT="cat ~/.pat"
# - GITHUB_REPO='jmikedupont2/ai-ticket'
environment:
- GITHUB_PAT=${GITHUB_PAT}
- GITHUB_REPO=${GITHUB_REPO}

build:
context: vendor/lollms/
Expand Down

0 comments on commit 52f0776

Please sign in to comment.