-
Notifications
You must be signed in to change notification settings - Fork 17.3k
community: add ChatLLM7 integration #30765
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
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Hi @chigwell, how can I learn more about LLM7? I found the webpage and Medium post. Access to LLM hosts + infra appears to be provided free of charge. Can you share how / why the project is financed, or what is the motivation for providing access for free? I imagine some potential users might be curious, and a bit more transparency here could help build trust and encourage adoption.
Hi @ccurme, Thank you for reaching out with your questions! LLM7 is funded through donations. We provide free access to our services to make advanced language model technologies more accessible to everyone. Additionally, anonymous user data collected may be used to improve model training. For more clarity on how the project operates and is funded, I've added a detailed section at the end of the main landing page of the llm7.io website. Additionally, you can find comprehensive details regarding our operational principles, funding model, and user guidelines in our "Terms of Service" page, which is accessible here: Terms of Service. Please feel free to reach out if you need any more information or have further questions. Thank you! |
PR title: "community: add ChatLLM7 integration"
PR message: Delete this entire checklist and replace with
tokeniser
,requests
,pydantic
, andlangchain-core
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/