feat(openrouter): add app with create chat completion action

This commit is contained in:
Ali BARIN
2025-01-22 16:08:38 +00:00
parent 2163b0864d
commit ba82ba2632
16 changed files with 287 additions and 0 deletions

View File

@@ -368,6 +368,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/openai/connection' },
],
},
{
text: 'OpenRouter',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/openrouter/actions' },
{ text: 'Connection', link: '/apps/openrouter/connection' },
],
},
{
text: 'Perplexity',
collapsible: true,