botserver/src/llm_legacy
Rodrigo Rodriguez (Pragmatismo) d6fcc346fc refactor(bot): reorganize imports, improve logging and formatting
- Reordered and deduplicated `use` statements, adding missing imports for `langcache`, `DriveMonitor`, `generate_embeddings`, `Qdrant` client, and `chrono::Utc`.
- Moved Diesel prelude import into the function scope where it is used to limit its visibility.
- Refactored async task spawning to handle errors more clearly and consistently.
- Enhanced string formatting for bucket names and log messages, introducing multiline `warn!` and `error!` calls for better readability.
- Applied consistent code style (spacing, line breaks) across the module to improve maintainability.
2025-11-01 15:16:43 -03:00
..
llm_azure.rs - main.rs is compiling again. 2025-10-11 20:02:14 -03:00
llm_local.rs refactor(bot): reorganize imports, improve logging and formatting 2025-11-01 15:16:43 -03:00
mod.rs - Mew LLM provider. 2025-10-12 20:54:42 -03:00