feat(together-ai): add app with create completion and create chat completion actions

This commit is contained in:
Ali BARIN
2025-01-22 15:14:15 +00:00
parent e686d3b067
commit bb204781e0
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 />