Skip to content

Commit 4100916

Browse files
committed
simple openai image generation api compatiple server
1 parent 5865b5e commit 4100916

File tree

11 files changed

+15195
-1346
lines changed

11 files changed

+15195
-1346
lines changed

examples/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
22

3-
add_subdirectory(cli)
3+
add_subdirectory(cli)
4+
add_subdirectory(server)

examples/cli/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(TARGET sd)
1+
set(TARGET sd-cli)
22

33
add_executable(${TARGET} main.cpp)
44
install(TARGETS ${TARGET} RUNTIME)

0 commit comments

Comments
 (0)