Shared configuration for any remote LLM provider.
More...
#include <config.hpp>
|
|
std::string | api_key |
| | Authentication token.
|
|
std::string | base_url |
| | API base URL (empty = provider default).
|
|
std::vector< std::string > | supported_models |
| | Models available through this provider.
|
Shared configuration for any remote LLM provider.
Each provider interprets the fields according to its own API:
- base_url: Empty means the provider uses its built-in default.
- supported_models: Empty means the provider accepts all models.
The documentation for this struct was generated from the following file: