botserver/src
Rodrigo Rodriguez (Pragmatismo) 120d06a0db chore: point LLM client and default configs to local endpoint
Updated the 6.0.4 migration to use `http://localhost:8081/v1` for the default OpenAI model configurations (gpt‑4 and gpt‑3.5‑turbo) and the local embed service. Adjusted `OpenAIClient` to default to the same localhost base URL instead of the production OpenAI API.

Reorganized imports and module ordering in `src/main.rs` (moved `mod llm`, `mod nvidia`, and `BotOrchestrator` import), cleaned up formatting, and removed unused imports. These changes streamline development by directing LLM calls to a local server and improve code readability.
2025-11-07 16:40:19 -03:00
..
auth test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
automation refactor: inject AppState into automation & bot, drop Default impl 2025-11-07 16:13:47 -03:00
basic fix: add PostgreSQL auto-start and silence unused variable warnings 2025-11-07 09:37:45 -03:00
bootstrap refactor(bootstrap): remove unused warn import from log module 2025-11-07 10:16:49 -03:00
bot chore: point LLM client and default configs to local endpoint 2025-11-07 16:40:19 -03:00
channels feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
config refactor(logging): update component names and adjust log levels 2025-11-07 10:11:08 -03:00
context feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
drive_monitor feat(automation): add compact prompt scheduler and improve code formatting 2025-11-06 16:15:54 -03:00
email feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
file feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm chore: point LLM client and default configs to local endpoint 2025-11-07 16:40:19 -03:00
llm_models feat: update deepseek_r3 regex and add test case 2025-11-05 14:28:14 -03:00
meet feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
nvidia feat(nvidia): mark unused params in get_system_metrics 2025-11-05 13:47:19 -03:00
package_manager feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
riot_compiler feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
session refactor(logging): update component names and adjust log levels 2025-11-07 10:11:08 -03:00
shared refactor: inject AppState into automation & bot, drop Default impl 2025-11-07 16:13:47 -03:00
tests test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
ui fix: add PostgreSQL auto-start and silence unused variable warnings 2025-11-07 09:37:45 -03:00
web_server feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
lib.rs feat: remove unused dependencies and clean up Cargo.lock 2025-11-05 13:46:03 -03:00
main.rs chore: point LLM client and default configs to local endpoint 2025-11-07 16:40:19 -03:00
main.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00