Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlawr committed Nov 6, 2023
1 parent 036900f commit afe132d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ cp .env.example .env
docker run -it --env-file .env sealio/appilot:main
```

### Using LLM alternatives to GPT-4

You can use other LLMs as the reasoning engine of Appilot, as long as it serves inference APIs in openAI compatible way.

1. Configure the `.env` file.

- Set `OPENAI_API_BASE=https://your-api-base`

2. Run Appilot as normal.

## How it works

The following is the architecture diagram of Appilot:
Expand Down

0 comments on commit afe132d

Please sign in to comment.