![]() |
LlamaLib
v2.0.2
Cross-platform library for local LLMs
|
File with basic definitions. More...
#include <sys/stat.h>#include <string>#include "json.hpp"Go to the source code of this file.
Typedefs | |
| using | json = nlohmann::ordered_json |
| typedef void(* | CharArrayFn) (const char *) |
Functions | |
| std::string | join_paths (const std::string &a, const std::string &b) |
| bool | file_exists (const std::string &path) |
| bool | is_file (const std::string &path) |
| bool | is_directory (const std::string &path) |
| bool | always_false () |
| std::string | args_to_command (int argc, char **argv) |
| void | CharArray_Delete (char *object) |
Variables | |
| const char | SEP = '/' |
File with basic definitions.
Definition in file defs.h.
|
inline |