diff --git a/README.md b/README.md index 9f27ef92..9652f23b 100644 --- a/README.md +++ b/README.md @@ -155,12 +155,11 @@ Content-Type: `multipart/form-data` #### Example Request ```bash -curl -X POST http://localhost:5000/api/v1/ppt/generate/presentation \ +curl -X POST http://localhost:5000/api/v1/ppt/presentation/generate \ -F "prompt=Introduction to Machine Learning" \ -F "n_slides=5" \ -F "language=English" \ -F "layout=general" \ - -F "theme=light" \ -F "export_as=pptx" ``` diff --git a/servers/fastapi/chroma/chroma.sqlite3 b/servers/fastapi/chroma/chroma.sqlite3 index e26f38dc..41cef45e 100644 Binary files a/servers/fastapi/chroma/chroma.sqlite3 and b/servers/fastapi/chroma/chroma.sqlite3 differ