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:
14
packages/docs/pages/apps/together-ai/actions.md
Normal file
14
packages/docs/pages/apps/together-ai/actions.md
Normal 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 />
|
||||
8
packages/docs/pages/apps/together-ai/connection.md
Normal file
8
packages/docs/pages/apps/together-ai/connection.md
Normal 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!
|
||||
Reference in New Issue
Block a user