feat(together-ai): add app with create completion and create chat completion actions
This commit is contained in:
4
packages/backend/src/apps/together-ai/actions/index.js
Normal file
4
packages/backend/src/apps/together-ai/actions/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import createCompletion from './create-completion/index.js';
|
||||
import createChatCompletion from './create-chat-completion/index.js';
|
||||
|
||||
export default [createChatCompletion, createCompletion];
|
||||
Reference in New Issue
Block a user