Skip to content

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

chigwell
Copy link
Contributor

@chigwell chigwell commented Apr 10, 2025

  • PR title: "community: add ChatLLM7 integration"

  • PR message: Delete this entire checklist and replace with

    • Description: Adds ChatLLM7 integration implementing BaseChatModel for LLM7's API-compatible endpoints. Supports both streaming and non-streaming responses with token usage tracking. Includes example notebook demonstrating basic usage and chaining.
    • Issue: N/A (New integration)
    • Dependencies: Requires tokeniser, requests, pydantic, and langchain-core
    • Twitter handle: @eugeneevstafev
  • Add tests and docs: If you're adding a new integration, please include

    1. a test for the integration, preferably unit tests that do not rely on network access,
    2. an example notebook showing its use. It lives in docs/docs/integrations directory.
  • Lint and test: Run make format, make lint and make test from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/

Copy link

vercel bot commented Apr 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 27, 2025 9:47am

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. community Related to langchain-community labels Apr 10, 2025
Copy link
Collaborator

@ccurme ccurme left a 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.

@ccurme ccurme self-assigned this Apr 13, 2025
@chigwell
Copy link
Contributor Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Related to langchain-community size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants