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. |
||
|---|---|---|
| .. | ||
| 6.0.0.sql | ||
| 6.0.1.sql | ||
| 6.0.2.sql | ||
| 6.0.3.sql | ||
| 6.0.4.sql | ||
| 6.0.5.sql | ||