Documentation
¶
Overview ¶
* ChatCLI - Command Line Interface for LLM interaction * Copyright (c) 2024 Edilson Freitas * License: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaudeClient ¶
type ClaudeClient struct {
// contains filtered or unexported fields
}
ClaudeClient é uma estrutura que contém o cliente de ClaudeAI com suas configurações
func NewClaudeClient ¶
func NewClaudeClient(apiKey string, model string, logger *zap.Logger, maxAttempts int, backoff time.Duration) *ClaudeClient
NewClaudeClient cria um novo cliente ClaudeAI com configurações personalizáveis.
func (*ClaudeClient) GetModelName ¶
func (c *ClaudeClient) GetModelName() string
GetModelName retorna o nome amigável do modelo ClaudeAI
Click to show internal directories.
Click to hide internal directories.