modify README.md

This commit is contained in:
Rafi
2023-02-28 22:53:50 +08:00
parent 339dd1e0c6
commit 74fc850ceb

View File

@@ -72,11 +72,11 @@ networks:
driver: bridge
```
### After running
### Set API key
After running the services, you can access the web client at http://localhost, and an admin panel at http://localhost/admin.
Before you can start chatting, you need to log in to the admin panel to add an OpenAI API key. In the Settings model, add a record with the name "openai_api_key" and the value as your API key.
Before you can start chatting, you need to log in to the admin panel to add an OpenAI API key. In the Settings model, add a record with the name `openai_api_key` and the value as your API key.
## Development