Skip to content

Commit c8dd8fd

Browse files
committed
docs: add local setup
1 parent 2835be7 commit c8dd8fd

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You should have [docker](https://www.docker.com/get-started/) installed and an O
138138
acontext docker up
139139
```
140140

141-
> [📖](https://docs.acontext.io/settings/core) Acontext requires an LLM provider and an embedding provider.
141+
> [📖](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
142142
143143

144144

docs/local.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ curl -fsSL https://install.acontext.io | sh
99
```
1010

1111
## Start Acontext Server Locally
12-
```bash
12+
Acontext requires at least an OpenAI API Key to Start.
13+
```bash .env
14+
LLM_API_KEY="YOUR_OPENAI_API_KEY"
15+
```
16+
Place your `.env` file and run `acontext docker up` at the same directory:
17+
```bash server
1318
acontext docker up
1419
```
1520
Once it's done, you can the following endpoints enabled:
1621
- Acontext Base URL: http://localhost:8029/api/v1
1722
- Acontext Dashboard: http://localhost:3000/
1823

19-
## Launch with Envs
20-
Place your `.env` file and run `acontext docker up` at the same directory:
21-
```bash
22-
cat .env
23-
acontext docker up
24-
```
24+
<Info>
25+
To use different providers, check [Core Settings](/settings/core) for more details.
26+
</Info>
2527

2628

2729
## Next Steps

0 commit comments

Comments
 (0)