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

@@ -0,0 +1,14 @@
---
favicon: /favicons/together-ai.svg
items:
- name: Create chat completion
desc: Queries a chat model.
- name: Create completion
desc: Queries a language, code, or image model.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -0,0 +1,8 @@
# Together AI
1. Go to [API Keys page](https://api.together.ai/settings/api-keys) on Together AI.
2. Copy your API 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 Together AI integration with Automatisch!