diff --git a/README.md b/README.md index 72c6dd369..0e04a5ac0 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Create a JSON configuration file `api_endpoint.json` with the api endpoints of t "api_base": "https://api.openai.com/v1", "api_type": "openai", "api_key": [Insert API Key], - "anony_only": falseg + "anony_only": false } } ```