2324 Commits (f672dbede7741cf694ccdaf0bf0c12dbfdad3ae3)

Author SHA1 Message Date
Dmytro Skarzhynets e688a8af0f
AI models: add base URL to OpenAI 8 months ago
Dmytro Skarzhynets fae206a944
AI models: add auth support for Ollama 8 months ago
Dmytro Skarzhynets adbc0ad848
AI models: add context length support for Ollama 9 months ago
Dmytro Skarzhynets 41f0a9702e
AI models: add support for Ollama 9 months ago
VIacheslavKlimov ec30bb0578 AI Request Node: added ability to attach files (#13910) 8 months ago
dashevchenko 1984615d5a rolled back @Noxss for body that can contain html 8 months ago
dashevchenko 599ccdc43c added NoXss validation 10 months ago
dashevchenko bdb5d55697 fixed user name field retrieval from edqs 9 months ago
Dmytro Skarzhynets 0557091b1c
AI models: avoid serializing AI provider second time 10 months ago
VIacheslavKlimov f2ad1ef796 Fix Slack files upload support 10 months ago
Andrii Landiak cff4f35b9a Auto-remove alarms when originator is deleted 10 months ago
Igor Kulikov cc7c496b13 Version set to 4.2.0-RC 10 months ago
Igor Kulikov 7c2c0357c1 Move alias entity resolution to backend. 11 months ago
Viacheslav Klimov 1f9351100b
Change mobile app title Swagger description 11 months ago
Vladyslav_Prykhodko 3a441567d9 Rename pkgTitle to title 11 months ago
Vladyslav_Prykhodko 5a848477fc Add support mobile application title in predefined config 11 months ago
Dmytro Skarzhynets 1ce1a1b89c
AI rule node: fail node init if JSON mode is configured and the model does not support it 11 months ago
Andrii Landiak 3e223ed8bf Max client id for different mqtt protocol version 11 months ago
Dmytro Skarzhynets ce3af71f1e
AI rule node: relax validation for top K 11 months ago
Dmytro Skarzhynets 56ccc6ff41
AI rule node: relax validation for provider configs 11 months ago
Dmytro Skarzhynets 152d685225
AI rule node: add tests for paginated get models API 11 months ago
Dmytro Skarzhynets 17d7931e5d
AI rule node: add basic save API tests 11 months ago
Dmytro Skarzhynets 82d2c1d93a
AI rule node: get rid of model type as record component 11 months ago
Dmytro Skarzhynets b6b30dbba9
AI rule node: rename AI model settings to AI model 11 months ago
Andrii Landiak 345c28c482 Add admin settings entity type 11 months ago
Dmytro Skarzhynets d4ec3f8b39
AI rule node: change structure of response format info in node config 11 months ago
Dmytro Skarzhynets 749b327795
AI rule node: resolve dependency conflicts 11 months ago
Dmytro Skarzhynets 030f8ce974
AI rule node: remove stop sequences as it is not used 11 months ago
Dmytro Skarzhynets f2278f86c9
AI rule node: add validation using annotations 11 months ago
Dmytro Skarzhynets 1e82a332e4
AI rule node: fix Azure Open AI integration after testing 11 months ago
Dmytro Skarzhynets bc87f99935
AI rule node: cleanup AiProvider enum 11 months ago
Dmytro Skarzhynets 5e36a4e522
AI rule node: get rid of type resolver for AiModel 11 months ago
Dmytro Skarzhynets a2e7ff293b
AI rule node: add API for sending arbitrary chat requests to LLM model 11 months ago
Dmytro Skarzhynets 944d80df9d
AI rule node: add file name to Vertex AI provider config; change service account key to be string 11 months ago
Dmytro Skarzhynets 201060e268
AI rule node: remove redundant generic in AiModelConfig.java 11 months ago
VIacheslavKlimov 68be1163b6 Cleanup upgrade from 4.1 to 4.2 11 months ago
Dmytro Skarzhynets 0960b4b179
AI rule node: add stop sequences for all providers 11 months ago
Dmytro Skarzhynets d81d41fd7b
AI rule node: add max output tokens for all providers 11 months ago
Dmytro Skarzhynets bc96c63fcf
AI rule node: add presence penalty for the models that support it 11 months ago
Dmytro Skarzhynets dfe4dea436
AI rule node: add frequency penalty for the models that support it 11 months ago
Dmytro Skarzhynets 72db8f9823
AI rule node: support top K for Google AI Gemini, Google Vertex AI Gemini and Anthropic 11 months ago
Dmytro Skarzhynets afb0259010
AI rule node: support timeout for Vertex AI 11 months ago
Dmytro Skarzhynets 3f58ff01c3
AI rule node: support top N for all models 11 months ago
Dmytro Skarzhynets 3f2a6440a7
AI rule node: support unknown models 11 months ago
Dmytro Skarzhynets 00a653c29f
AI rule node: use `Map.ofEntries()` in model type resolver 11 months ago
Dmytro Skarzhynets f2c6fd45d8
AI rule node: serialize model type to JSON 11 months ago
Dmytro Skarzhynets 4507b312de
AI rule node: add support for GitHub Models 11 months ago
Dmytro Skarzhynets 4f38422df8
AI rule node: add basic Amazon Bedrock support 11 months ago
Dmytro Skarzhynets 0cc5980156
AI rule node: add Anthropic support 11 months ago
Dmytro Skarzhynets d5c885dcde
AI rule node: add support for Google Vertex AI Gemini 11 months ago