mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-10 17:20:41 +03:00
update some providers (#54)
* remove sendHttpRequest * update some providers
This commit is contained in:
parent
2722e91428
commit
99d2a21ad4
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ add_repositories("my_private_repo https://github.com/fantasy-peak/xmake-repo.git
|
|||||||
|
|
||||||
add_requires("openssl", {system = false})
|
add_requires("openssl", {system = false})
|
||||||
add_requires("zlib", {system = false})
|
add_requires("zlib", {system = false})
|
||||||
add_requires("yaml_cpp_struct", "nlohmann_json", "spdlog", "inja", "plusaes")
|
add_requires("yaml_cpp_struct", "nlohmann_json", "spdlog", "inja", "plusaes", "concurrentqueue")
|
||||||
add_requires("boost", {configs = {iostreams = true}})
|
add_requires("boost", {configs = {iostreams = true}})
|
||||||
|
|
||||||
set_languages("c++23")
|
set_languages("c++23")
|
||||||
@ -17,6 +17,6 @@ add_includedirs("include")
|
|||||||
target("cpp-freegpt-webui")
|
target("cpp-freegpt-webui")
|
||||||
set_kind("binary")
|
set_kind("binary")
|
||||||
add_files("src/*.cpp")
|
add_files("src/*.cpp")
|
||||||
add_packages("openssl", "yaml_cpp_struct", "nlohmann_json", "spdlog", "boost", "inja", "plusaes", "zlib")
|
add_packages("openssl", "yaml_cpp_struct", "nlohmann_json", "spdlog", "boost", "inja", "plusaes", "zlib", "concurrentqueue")
|
||||||
add_syslinks("pthread", "curl-impersonate-chrome")
|
add_syslinks("pthread", "curl-impersonate-chrome")
|
||||||
target_end()
|
target_end()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user