You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Add OAuth 2.0 authentication for tools and sources
56
-
-[ ] Chatbots menu re-design to handle tools, agent types, and more
57
57
-[ ] Agent scheduling
58
58
59
59
You can find our full roadmap [here](https://github.com/orgs/arc53/projects/2). Please don't hesitate to contribute or create issues, it helps us improve DocsGPT!
@@ -95,13 +95,15 @@ A more detailed [Quickstart](https://docs.docsgpt.cloud/quickstart) is available
95
95
./setup.sh
96
96
```
97
97
98
-
This interactive script will guide you through setting up DocsGPT. It offers four options: using the public API, running locally, connecting to a local inference engine, or using a cloud API provider. The script will automatically configure your `.env` file and handle necessary downloads and installations based on your chosen option.
Please refer to the [Docker Deployment documentation](https://docs.docsgpt.cloud/Deploying/Docker-Deploying) for detailed step-by-step instructions on setting up DocsGPT using Docker.
106
+
Either script will guide you through setting up DocsGPT. Four options available: using the public API, running locally, connecting to a local inference engine, or using a cloud API provider. Scripts will automatically configure your `.env` file and handle necessary downloads and installations based on your chosen option.
105
107
106
108
**Navigate to http://localhost:5173/**
107
109
@@ -110,7 +112,7 @@ To stop DocsGPT, open a terminal in the `DocsGPT` directory and run:
110
112
```bash
111
113
docker compose -f deployment/docker-compose.yaml down
112
114
```
113
-
(or use the specific `docker compose down` command shown after running `setup.sh`).
115
+
(or use the specific `docker compose down` command shown after running the setup script).
114
116
115
117
> [!Note]
116
118
> For development environment setup instructions, please refer to the [Development Environment Guide](https://docs.docsgpt.cloud/Deploying/Development-Environment).
0 commit comments