From e3cb75e152808922e9e78e60e513a67d84bb5228 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Sat, 25 Nov 2023 15:47:47 +0300 Subject: [PATCH] small clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2221d6..8fbac52 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ For subsequent runs, simply activate the virtual environment and start the API: python .\main.py --host 0.0.0.0 ``` -> Tip: You can also try the [latest FooocosAPI version](https://github.com/konieshadow/Fooocus-API), but you might need to regenerate the client (`npm run fooocos:typegen`) and address any TypeScript compiler errors. +> Tip: You can also try the [latest FooocosAPI version](https://github.com/konieshadow/Fooocus-API), but you might need to copy and replace openapi.json from `http://localhost:8888/openapi.json` (default) to `fooocos` directory, regenerate the client (`npm run fooocos:typegen`) and address any possible TypeScript compiler errors. ### Setting Up the Bot: