ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
Loading...
Searching...
No Matches
foresthub::config::ProviderConfig Struct Reference

Shared configuration for any remote LLM provider. More...

#include <config.hpp>

Public Attributes

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.

Detailed Description

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: