Liu Song’s Projects


~/Projects/folotoy-server-self-hosting

git clone https://code.lsong.org/folotoy-server-self-hosting

Commit

Commit
6d8e799e5914183b1cd8aca565ffa4d40e536afb
Author
Le Wang <[email protected]>
Date
2023-09-11 12:24:11 +0800 +0800
Diffstat
 README.md | 6 +++---

add azure config


diff --git a/README.md b/README.md
index 6d6b4f5c9d5353554c7c5cc6bee7b17423ac6fc5..eadf6c4424be4574b0819ad42b150891f021282e 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ ## Advanced
 
 ### Custom Prompt and Voice
 
-**If you use Azure OpenAI, model field must be `$deployment_name`**
+**If you use Azure OpenAI, model field must be deployment name you set when deploy models**
 
 ```json
 {"1": {
@@ -45,6 +45,6 @@ * Modify default password `public` to other complex string
 * Go to side bar `Access Control` > ` Authentication`, create a `Built-in Database` Authentication
 * Add clients to Authentication database,they can be found in Clients list
 Config files for self-hosting the FoloToy Server.
-## Quick Start
+### Run
 Config files for self-hosting the FoloToy Server.
-### Configuration
+`docker compose up -d`