-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
Community: add new integration Novita AI #27985
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Calling the agent ChatNovita with messages with large context (around 10000 tokens) with a normal format is returning gibberish such as: "Swith Due Date being fund (and email.Aaron WFormated Interstate, withApiOperation" Token usage: {'completion_tokens': 19, 'prompt_tokens': 10096, 'total_tokens': 10115, 'completion_tokens_details': None, 'prompt_tokens_details': None} Using llama3.1 70b. The Due Date and Aaron are in the text of the SystemMessage. For a simple questions with no large contact, the agent works. |
Hey! This adds a community integration, which is no longer recommended. Would you be interested in publishing your own integration package, and contributing docs via this guide? https://python.langchain.com/docs/contributing/how_to/integrations/ |
Hey! Thanks for your feedback. Can you give me the usecase? Like how did you use our service in langchain, or what the request looks like? |
Okay, I will try to implement a integration package. |
Hello! Will this PR be merged or do I have to create an integration package and this PR will be closed? |
that would be great! This adds a net-new community integration or feature, which has been replaced by dedicated integration packages. I'll close this PR, and would recommend reopening with just docs updates, as well as registering your package in Here's the guide, and if you have questions, feel free to leave them in the comments on those pages so others can see them! https://python.langchain.com/docs/contributing/how_to/integrations/ |
Thank you for contributing to LangChain!
PR title: "package: description"
PR message:
Add tests and docs: If you're adding a new integration, please include
docs/docs/integrations
directory.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/Additional guidelines:
If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.