feat(together-ai): add app with create completion and create chat completion actions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user