Merge pull request #2302 from automatisch/together-ai-integration

feat(together-ai): add app with create completion and create chat completion actions
This commit is contained in:
Ali BARIN
2025-01-24 13:14:29 +01:00
committed by GitHub
17 changed files with 433 additions and 0 deletions

View File

@@ -526,6 +526,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/todoist/connection' },
],
},
{
text: 'Together AI',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/together-ai/actions' },
{ text: 'Connection', link: '/apps/together-ai/connection' },
],
},
{
text: 'Trello',
collapsible: true,