feat(mistral-ai): add app with create chat completion action

This commit is contained in:
Ali BARIN
2025-01-22 15:54:34 +00:00
parent e686d3b067
commit 18a92d9a4e
16 changed files with 349 additions and 0 deletions

View File

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