yao/llmprovider
Max 756ff95d3f feat(llm): enhance capabilities management with embedding and image generation support
- Added support for embedding and image generation capabilities in the capabilitiesFromMap function.
- Updated the ToMap method to delegate to the canonical Capabilities.ToMap() method, simplifying the conversion process.
- Enhanced the capabilities handling in various components, including filters for non-chat models in OpenAPI settings.
- Introduced utility functions for filter checking and non-chat model identification, improving overall capabilities management.
2026-05-02 14:45:31 +08:00
..
doc.go feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
doc.yml feat(load): add initialization and reloading for Setting Registry 2026-04-28 15:08:22 +08:00
models.go feat(llm): enhance capabilities management with embedding and image generation support 2026-05-02 14:45:31 +08:00
models_test.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
presets.go feat(llm): enhance connector handling and model configuration 2026-05-02 10:52:10 +08:00
presets.yml feat(llm): enhance connector handling and model configuration 2026-05-02 10:52:10 +08:00
process.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
process_test.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
registry.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
registry_test.go feat(llm): refactor audio capabilities and enhance role management 2026-04-30 12:33:05 +08:00
roles.go fix(llm): update connector ID handling for built-in providers 2026-05-01 14:19:02 +08:00
roles_test.go feat(agent): enhance system configuration and connector management 2026-05-01 10:31:58 +08:00
scope_test.go feat(agent): enhance system configuration and connector management 2026-05-01 10:31:58 +08:00
store.go feat(load): initialize and reload LLM Provider and MCP Client Registries 2026-04-28 14:33:10 +08:00
sync.go feat(llm): enhance capabilities management with embedding and image generation support 2026-05-02 14:45:31 +08:00
types.go feat(llm): enhance connector handling and model configuration 2026-05-02 10:52:10 +08:00