update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user