-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Add Straico Chat Model Node #15881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Straico Chat Model Node #15881
Conversation
StraicoChatModel for the Straico API
StraicoApi credentials file
Added StraicoChatModel
Added StraicoChatModel
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cubic found 4 issues across 6 files. Review them in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai
to give specific feedback.
packages/@n8n/nodes-langchain/nodes/llms/LmChatStraico/LmChatStraico.node.ts
Outdated
Show resolved
Hide resolved
packages/@n8n/nodes-langchain/nodes/llms/LmChatStraico/LmChatStraico.node.ts
Outdated
Show resolved
Hide resolved
packages/@n8n/nodes-langchain/nodes/llms/LmChatStraico/StraicoChatModel.ts
Show resolved
Hide resolved
packages/@n8n/nodes-langchain/nodes/llms/LmChatStraico/StraicoChatModel.ts
Show resolved
Hide resolved
Hey @nlp-deutschland-de, Thanks for the PR, We have created "GHC-2274" as the internal reference to get this reviewed. One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team. |
…traico.node.ts Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
…traico.node.ts Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Hey @nlp-deutschland-de, As covered in our contribution guide we no longer accept new nodes being added from a PR unless requested or cleared by the team first. The best way to do this would be through community nodes which can be published to npm although at the moment support for AI nodes may not be fully functional so it would be a case of waiting a bit longer for this. |
Summary
This PR introduces the LmChatStraico node to integrate Straico's chat-completion models into n8n workflows for AI chains and agents.

New Files
Updated Files
nodes/agents/Agent/V1/AgentV1.node.ts:
nodes/agents/Agent/V2/AgentV2.node.ts:
package.json:
Testing
Functional Tests:
Error Handling:
Additional Notes