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,4 @@
import createCompletion from './create-completion/index.js';
import createChatCompletion from './create-chat-completion/index.js';
export default [createChatCompletion, createCompletion];