File tree Expand file tree Collapse file tree 9 files changed +9
-7
lines changed
Expand file tree Collapse file tree 9 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ xmake run chat
9696
9797``` lua
9898add_repositories (" mcpplibs-index https://github.com/mcpplibs/mcpplibs-index.git" )
99- add_requires (" llmapi 0.0.2 " )
99+ add_requires (" llmapi 0.1.0 " )
100100
101101target (" demo" )
102102 set_kind (" binary" )
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ xmake run chat
9696
9797``` lua
9898add_repositories (" mcpplibs-index https://github.com/mcpplibs/mcpplibs-index.git" )
99- add_requires (" llmapi 0.0.2 " )
99+ add_requires (" llmapi 0.1.0 " )
100100
101101target (" demo" )
102102 set_kind (" binary" )
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ xmake run chat
9696
9797``` lua
9898add_repositories (" mcpplibs-index https://github.com/mcpplibs/mcpplibs-index.git" )
99- add_requires (" llmapi 0.0.2 " )
99+ add_requires (" llmapi 0.1.0 " )
100100
101101target (" demo" )
102102 set_kind (" binary" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add to your `xmake.lua`:
1414
1515``` lua
1616add_repositories (" mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git" )
17- add_requires (" llmapi 0.0.2 " )
17+ add_requires (" llmapi 0.1.0 " )
1818
1919target (" myapp" )
2020 set_kind (" binary" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Add to your `xmake.lua`:
1414
1515``` lua
1616add_repositories (" mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git" )
17- add_requires (" llmapi 0.0.2 " )
17+ add_requires (" llmapi 0.1.0 " )
1818
1919target (" myapp" )
2020 set_kind (" binary" )
Original file line number Diff line number Diff line change 1010
1111``` lua
1212add_repositories (" mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git" )
13- add_requires (" llmapi 0.0.2 " )
13+ add_requires (" llmapi 0.1.0 " )
1414
1515target (" myapp" )
1616 set_kind (" binary" )
Original file line number Diff line number Diff line change 1010
1111``` lua
1212add_repositories (" mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git" )
13- add_requires (" llmapi 0.0.2 " )
13+ add_requires (" llmapi 0.1.0 " )
1414
1515target (" myapp" )
1616 set_kind (" binary" )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import std;
1414import mcpplibs.llmapi.nlohmann.json;
1515
1616namespace mcpplibs ::llmapi {
17+ export inline constexpr std::string_view VERSION { " 0.1.0" };
1718 export using OpenAI = openai::OpenAI;
1819 export using Config = openai::Config;
1920 export using Anthropic = anthropic::Anthropic;
Original file line number Diff line number Diff line change 11set_languages (" c++23" )
2+ set_version (" 0.1.0" )
23set_policy (" build.c++.modules" , true )
34
45add_requires (" mbedtls 3.6.1" )
You can’t perform that action at this time.
0 commit comments