Initial Release: CodeAtlas v1.1.0 - Lightweight C++ Interpreter Powered by `llama.cpp`
Release Note | 发布说明
This is the executable file for the main program, which needs to be used in conjunction with your gguf
file or API Base URL, API Key, and related files compiled from [llama.cpp](https://github.com/ggerganov/llama.cpp). By default, this executable file loads a file named model.gguf
. You need to rename your model file to this name. Please write your API-related information, gguf
filename, and other configurations into the config.json
file.
这是主程序的可执行文件,需要配合你的 gguf
文件或API Base URL以及API Key以及从 llama.cpp编译 得到的相关文件一起使用。其中此可执行文件中默认加载的文件名为 model.gguf
,你需要将你的模型文件改为这个名称。请在config.json中写入你的API相关或gguf文件名以及其他配置。