Skip to content

Commit

Permalink
Fix docs link, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Apr 23, 2023
1 parent abd538e commit 5b894d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Agent-LLM provides several API endpoints for managing agents, managing tasks, an

Output: `{step_number: {prompt_type: prompt}}`

To learn more about the API endpoints and their usage, visit the API documentation at http://localhost:5000/api/docs when running the application locally, or http://localhost/api/docs if running with Docker.
To learn more about the API endpoints and their usage, visit the API documentation at http://localhost:5000/docs (swagger) or http://localhost:5000/redoc (Redoc).

## Extending Functionality

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: "3.8"
services:
frontend:
image: ghcr.io/josh-xt/agent-llm-frontend:v1.0.2
image: ghcr.io/josh-xt/agent-llm-frontend:v1.0.3
ports:
- "80:3000"
env_file:
- .env
depends_on:
- backend
backend:
image: ghcr.io/josh-xt/agent-llm-backend:v1.0.2
image: ghcr.io/josh-xt/agent-llm-backend:v1.0.3
ports:
- "5000:5000"
env_file:
Expand Down

0 comments on commit 5b894d3

Please sign in to comment.