#include <openai_ai_service.h>
Public Member Functions | |
| OpenAIConfig ()=default | |
| OpenAIConfig (const std::string &key) | |
Public Attributes | |
| std::string | api_key |
| std::string | model = "gpt-4o-mini" |
| float | temperature = 0.7f |
| int | max_output_tokens = 2048 |
| std::string | system_instruction |
| bool | use_function_calling = true |
| std::string | prompt_version = "v3" |
| bool | verbose = false |
Definition at line 18 of file openai_ai_service.h.
|
default |
|
inlineexplicit |
Definition at line 29 of file openai_ai_service.h.
| std::string yaze::cli::OpenAIConfig::api_key |
Definition at line 19 of file openai_ai_service.h.
| std::string yaze::cli::OpenAIConfig::model = "gpt-4o-mini" |
Definition at line 20 of file openai_ai_service.h.
Referenced by yaze::cli::CreateAIServiceStrict().
| float yaze::cli::OpenAIConfig::temperature = 0.7f |
Definition at line 21 of file openai_ai_service.h.
| int yaze::cli::OpenAIConfig::max_output_tokens = 2048 |
Definition at line 22 of file openai_ai_service.h.
| std::string yaze::cli::OpenAIConfig::system_instruction |
Definition at line 23 of file openai_ai_service.h.
| bool yaze::cli::OpenAIConfig::use_function_calling = true |
Definition at line 24 of file openai_ai_service.h.
Referenced by yaze::cli::CreateAIServiceStrict().
| std::string yaze::cli::OpenAIConfig::prompt_version = "v3" |
Definition at line 25 of file openai_ai_service.h.
Referenced by yaze::cli::CreateAIServiceStrict().
| bool yaze::cli::OpenAIConfig::verbose = false |
Definition at line 26 of file openai_ai_service.h.
Referenced by yaze::cli::CreateAIServiceStrict().