|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <LLMConfig.hpp>
Public 成员函数 | |
| void | setModel (const std::string &model) |
| const std::string & | model () const |
| void | setTemperature (float temperature) |
| float | temperature () const |
| void | setExtraBody (const JsonValue &extra) |
| const JsonValue & | extraBody () const |
LLM请求配置
封装模型名称、温度、以及提供者特有的额外请求体字段