feat(together-ai): add app with create completion and create chat completion actions

This commit is contained in:
Ali BARIN
2025-01-22 15:14:15 +00:00
parent e686d3b067
commit bb204781e0
17 changed files with 433 additions and 0 deletions

View File

@@ -508,6 +508,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,