Imporve openai api documents (#1827)

Co-authored-by: Chayenne <zhaochenyang@g.ucla.edu>
This commit is contained in:
Chayenne
2024-10-30 00:39:41 -07:00
committed by GitHub
parent 5e00ddebc0
commit 539df95d2c
8 changed files with 857 additions and 207 deletions

View File

@@ -20,6 +20,7 @@ make clean
### Serve (preview)
Run an HTTP server and visit http://localhost:8000 in your browser.
```
python3 -m http.server --d _build/html
```