Skip to content

Commit fb6d57b

Browse files
author
erangi-ar
committed
Merge branch 'wip' of https://github.com/rootcodelabs/RAG-Module into streaming-response-formatting
2 parents f54a325 + 355ca1c commit fb6d57b

8 files changed

+105
-320
lines changed

DSL/Liquibase/changelog/rag-search-script-v1-llm-connections.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ INSERT INTO llm_models (platform_id, model_key, model_name) VALUES
102102
-- Azure models
103103
((SELECT id FROM llm_platforms WHERE platform_key = 'azure'), 'gpt-4o-mini', 'GPT-4o-mini'),
104104
((SELECT id FROM llm_platforms WHERE platform_key = 'azure'), 'gpt-4o', 'GPT-4o'),
105+
((SELECT id FROM llm_platforms WHERE platform_key = 'azure'), 'gpt-4.1', 'GPT-4.1'),
105106
-- AWS models
106107
((SELECT id FROM llm_platforms WHERE platform_key = 'aws'), 'anthropic-claude-3.5-sonnet', 'Anthropic Claude 3.5 Sonnet'),
107108
((SELECT id FROM llm_platforms WHERE platform_key = 'aws'), 'anthropic-claude-3.7-sonnet', 'Anthropic Claude 3.7 Sonnet');

GUI/vite.config.ts.timestamp-1767946562610-7e8d2a8c1f401.mjs

Lines changed: 0 additions & 70 deletions
This file was deleted.

GUI/vite.config.ts.timestamp-1767946574215-f7ac6ce2fedaa.mjs

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)