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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,14 @@ You should have [docker](https://www.docker.com/get-started/) installed and an O
118
118
119
119
```bash
120
120
mkdir acontext_server &&cd acontext_server
121
-
acontext docker up
121
+
acontext server up
122
122
```
123
123
124
124
> [!IMPORTANT]
125
125
>
126
126
> Make sure your LLM has the ability to [call tools](https://platform.openai.com/docs/guides/function-calling). By default, Acontext will use `gpt-4.1`.
127
127
128
-
`acontext docker up` will create/use `.env` and `config.yaml` for Acontext, and create a `db` folder to persist data.
128
+
`acontext server up` will create/use `.env` and `config.yaml` for Acontext, and create a `db` folder to persist data.
0 commit comments