botserver/migrations
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
..
6.0.0.sql feat: add bot_id to system_automations and enhance schedule handling 2025-11-02 19:32:25 -03:00
6.0.1.sql
6.0.2.sql
6.0.3.sql Add new KB and session association tables 2025-10-20 19:49:54 -03:00
6.0.4.sql chore: point LLM client and default configs to local endpoint 2025-11-07 16:40:19 -03:00
6.0.5.sql fix(migrations, ui): remove redundant constraint check and logo click handler 2025-11-05 15:29:01 -03:00