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,6 @@
const isStillVerified = async ($) => {
await $.http.get('/v1/models');
return true;
};
export default isStillVerified;