You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, @anilguleroglu! 👋 I'm here to assist you with any bugs, questions, or contributions. Let's squash those bugs together!
The issue you're experiencing with the Amazon Nova model in LangChain.js is likely due to the fact that the functions and function_call options are explicitly unsupported in the ChatNovitaAI class, which is related to the Amazon Nova model. The code for this class omits these options from the ChatNovitaCallOptions and removes them from the request in the completionWithRetry method. This is why the Amazon Nova function does not work with the Novita model in your LangChain.js code [1].
Any update on this? It seems that the tool gets bound to the model and attempts to invoke the tool, but i can see when it comes back from the chain the tool's type is 'not_implemented'
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
No response
Description
When I change model with llama models functions works but with Amazon nova functions not work.
System Info
Latest version
The text was updated successfully, but these errors were encountered: