Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 7, 2023
1 parent b7dabf6 commit 6aa2c35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ services:
- GITHUB_PAT="${GITHUB_PAT}"
- GITHUB_REPO="meta-introspector/call-auto-gpt"
- OPENAI_API_KEY=your-openai-api-key
- OPENAI_API_BASE=http://mockopenai:8080/v1
#- OPENAI_API_BASE=http://mockopenai:8080/v1
- OPENAI_API_BASE=http://host.docker.internal:8080/v1
image: h4ckermike/autogpt
depends_on:
- mockopenai

0 comments on commit 6aa2c35

Please sign in to comment.