feat: simple openai image generation api compatiple server (#1037)

This commit is contained in:
leejet
2025-12-13 13:53:21 +08:00
committed by GitHub
parent 11ab095230
commit 2aecdd57ca
35 changed files with 15915 additions and 1705 deletions

View File

@@ -1,3 +1,10 @@
- json.hpp library from: https://github.com/nlohmann/json
- LICENSE: https://github.com/nlohmann/json/blob/develop/LICENSE.MIT
- ZIP Library from: https://github.com/kuba--/zip
- darts.h from: https://github.com/google/sentencepiece/tree/master/third_party/darts_clone
LICENSE: https://github.com/kuba--/zip/blob/master/LICENSE.txt
- darts.h from: https://github.com/google/sentencepiece/tree/master/third_party/darts_clone
- LICENSE: https://github.com/google/sentencepiece/blob/master/third_party/darts_clone/LICENSE
- httplib.h from: https://github.com/yhirose/cpp-httplib/blob/master/httplib.h
- LICENSE: https://github.com/yhirose/cpp-httplib/blob/master/LICENSE
- stb_image.h/stb_image_resize.h/stb_image_write.h from: https://github.com/nothings/stb
- LICENSE: https://github.com/nothings/stb/blob/master/LICENSE

13303
thirdparty/httplib.h vendored Normal file

File diff suppressed because it is too large Load Diff