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
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,19 +222,16 @@ We have an `acontext-cli` to help you do quick proof-of-concept. Download it fir
222
222
curl -fsSL https://install.acontext.io | sh
223
223
```
224
224
225
-
You should have [docker-compose](https://docs.docker.com/compose/install/) installed and [OpenAI API Key](https://platform.openai.com/settings/organization/api-keys) to start an Acontext backend on your computer:
225
+
You should have [docker](https://www.docker.com/get-started/) installed and an OpenAI API Key to start an Acontext backend on your computer:
226
226
227
227
```bash
228
228
mkdir acontext_server &&cd acontext_server
229
-
230
-
# 1. this command will start a interactive prompt
231
-
# 2. It requires you to input openai api key
232
-
acontext docker up
229
+
acontext docker up
233
230
```
234
231
235
232
> [📖 local setup](https://docs.acontext.io/local#start-acontext-server-locally) Acontext requires at least an OpenAI API key. We recommend `gpt-5.1` or `gpt-4.1` as the LLM model
236
233
237
-
`acontext docker up` will create/use `./.env` and `./config.yaml` for Acontext, and create a `db` folder to persist data.
234
+
`acontext docker up` will create/use `.env` and `config.yaml` for Acontext, and create a `db` folder to persist data.
238
235
239
236
240
237
@@ -289,7 +286,7 @@ Check our example repo for more templates: [Acontext-Examples](https://github.co
0 commit comments