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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Acontext can help you:
64
64
# 🏗️ How it works?
65
65
66
66
<details>
67
-
<summary>Click to open the architecture diagram, if you're interested.</summary>
67
+
<summary>click to open</summary>
68
68
69
69
```mermaid
70
70
graph TB
@@ -215,7 +215,7 @@ mkdir acontext_server && cd acontext_server
215
215
acontext docker up
216
216
```
217
217
218
-
> [📖 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
218
+
> [📖 local setup](https://docs.acontext.io/local#start-acontext-server-locally) We recommend `gpt-4.1` as the LLM model
219
219
220
220
`acontext docker up` will create/use `.env` and `config.yaml` for Acontext, and create a `db` folder to persist data.
221
221
@@ -275,7 +275,7 @@ Check our example repo for more templates: [Acontext-Examples](https://github.co
275
275
## Step-by-step Quickstart
276
276
277
277
<details>
278
-
<summary>Click to Open</summary>
278
+
<summary>click to open</summary>
279
279
280
280
281
281
We're maintaining Python [](https://pypi.org/project/acontext/) and Typescript [](https://www.npmjs.com/package/@acontext/acontext) SDKs. The snippets below are using Python.
0 commit comments