feat(self-hosted-llm): add send prompt and send chat prompt actions

This commit is contained in:
Ali BARIN
2023-12-20 16:15:30 +00:00
parent d070e976b0
commit a8b85cdb0d
13 changed files with 375 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import listModels from './list-models';
export default [listModels];