mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* Adding support for Amazon Bedrock models (#247) * Create global setting for GenAI features provider, to support Bedrock (Anthropic) models as an alternative * Reformats dropdown in PromptNode to use Mantine ContextMenu with a nested menu, to save space. * Remove build folder from git * Fix context menu to close on click-off. Refactor context menu array code. * Ensure context menu is positioned below the Add+ button, like a proper dropdown. * Toggle context menu off when clicking btn again. --------- Co-authored-by: Massimiliano Angelino <angmas@amazon.com>