This commit is contained in:
2026-08-07 14:31:33 +07:00
parent 9e637f92bd
commit 7b465baddd
3 changed files with 15 additions and 16 deletions
-1
View File
@@ -22,7 +22,6 @@ end
struct llmModel # LLM model configuration
id::String # Unique model identifier
name::String # Human-readable model name
api::Api # API type (parametric type)
provider::String # Provider name (e.g., "anthropic", "openai")
baseUrl::String # API endpoint base URL
reasoning::Bool # Whether the model supports chain-of-thought