Skip to content

Commit

Permalink
Merge branch 'feat/AGE-1430-new-playground' of github.com:Agenta-AI/a…
Browse files Browse the repository at this point in the history
…genta into feat/AGE-1430-new-playground
  • Loading branch information
jp-agenta committed Dec 13, 2024
2 parents c6d5884 + ed40fc2 commit 3ad9536
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions services/chat-live-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- ../../agenta-cli:/agenta-cli
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down
2 changes: 1 addition & 1 deletion services/chat-old-sdk.rest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@baseUrl = http://localhost

@service = chat-old-sdk
@service = chat-live-sdk

### These request can be run using the Rest Client extension in vsCode

Expand Down
1 change: 1 addition & 0 deletions services/chat-old-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- .:/app
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down
1 change: 1 addition & 0 deletions services/completion-live-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
- ../../agenta-cli:/agenta-cli
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down
2 changes: 1 addition & 1 deletion services/completion-old-sdk.rest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@baseUrl = http://localhost
@service = completion-old-sdk
@service = completion-live-sdk

### These request can be run using the Rest Client extension in vsCode

Expand Down
1 change: 1 addition & 0 deletions services/completion-old-sdk/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- .:/app
environment:
- AGENTA_UNAUTHORIZED_EXECUTION_ALLOWED=True
- AGENTA_HOST=http://host.docker.internal
networks:
- agenta-network
labels:
Expand Down

0 comments on commit 3ad9536

Please sign in to comment.