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

@@ -0,0 +1,12 @@
---
favicon: /favicons/openrouter.svg
items:
- name: Create chat completion
desc: Creates a chat completion.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,8 @@
# OpenRouter
1. Go to [API Keys page](https://openrouter.ai/settings/keys) on OpenRouter.
2. Create a new key.
3. Paste the key into the `API Key` field in Automatisch.
4. Write any screen name to be displayed in Automatisch.
5. Click `Save`.
6. Start using OpenRouter integration with Automatisch!