botserver/src/basic
Rodrigo Rodriguez (Pragmatismo) eb647530bf feat(config): refactor AI config into separate LLM and embedding configs
- Split AIConfig into separate LLMConfig and embedding config structs
- Update create_site.rs to use config.llm instead of config.ai
- Improve config loading comments in bootstrap manager
- Add new LLM-related environment variables with defaults
- Maintain backward compatibility with existing config loading
- Clean up unused AIConfig struct and related code

The change better organizes the AI-related configuration by separating LLM and embedding configurations, making the code more maintainable and flexible for future AI service integrations.
2025-11-01 08:43:14 -03:00
..
compiler - Knowledge management. 2025-10-18 18:20:02 -03:00
keywords feat(config): refactor AI config into separate LLM and embedding configs 2025-11-01 08:43:14 -03:00
mod.rs feat(auth): add suggestion support and clean up code 2025-10-31 20:55:13 -03:00