Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StaticFiles embed.FS
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Port string `env:"PORT" envDefault:"8094"`
ClickHouseURL string `env:"CLICKHOUSE_URL" envDefault:"http://localhost:8123"`
ModelURL string `env:"MODEL_URL" envDefault:"http://localhost:8091"`
Model string `env:"MODEL" envDefault:"qwen3.5-122b"`
}
Config holds explorer service configuration.
type LLMClient ¶
type LLMClient interface {
Chat(ctx context.Context, req *loop.Request, fn func(loop.Response) error) error
}
LLMClient is the interface for sending chat requests to an LLM.
Click to show internal directories.
Click to hide internal directories.