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 />
|
||||
Reference in New Issue
Block a user