From 74fc850ceb9b715a1d6e0f91400e13b5a0422d6c Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 28 Feb 2023 22:53:50 +0800 Subject: [PATCH] modify README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 072aeaa..426ed88 100644 --- a/README.md +++ b/README.md @@ -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