package
Version:
v0.0.0-...-28e1430
Opens a new window with list of versions in this module.
Published: Nov 1, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
SystemPrompt string `toml:"system_prompt"`
Groq Provider `toml:"groq"`
Cerebras Provider `toml:"cerebras"`
Gemini Provider `toml:"gemini"`
}
type Provider struct {
Model string `toml:"model"`
ApiKey string `toml:"api_key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.