Skip to content

docs(oss): copy pass for models#285

Merged
Hunter Lovell (hntrl) merged 1 commit into
mdrxy/models-messagesfrom
hunter/models-copy
Aug 30, 2025
Merged

docs(oss): copy pass for models#285
Hunter Lovell (hntrl) merged 1 commit into
mdrxy/models-messagesfrom
hunter/models-copy

Conversation

@hntrl

Copy link
Copy Markdown
Member

No description provided.

@hntrl Hunter Lovell (hntrl) changed the title docs(oss): partial copy pass docs(oss): copy pass for models Aug 29, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-hunter-1756510557-81f4949

@hntrl
Hunter Lovell (hntrl) merged commit 59368bc into mdrxy/models-messages Aug 30, 2025
7 checks passed
@hntrl
Hunter Lovell (hntrl) deleted the hunter/models-copy branch August 30, 2025 00:13
## Basic usage
When working with models, each provider typically has its own unique way to interact with the model, which can make it difficult to swap between models and providers without significant code changes.

LangChain simplifies this by providing a common `ChatModel` abstraction for interacting with LLMs across all supported models & providers. If you're experimenting with different models, or building production agents, this lets you focus on the logic of your application rather than the implementation details of the underlying model.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chester moved away from "ChatModel" in favor of "chat model", we need to be consistent

Comment thread src/oss/langchain-models.mdx
print(response)
```

A list of messages can be provided to a model to represent conversation history. Each message has a role that models use to organize messages contextually. See the [messages](./langchain-messages.mdx) guide for more detail on roles, types, and content.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

organize messages contextually what does this mean in comparison to in the sequence? I feel like it is more ambiguous

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its definitely nit, but I wanted to change "who is speaking in the sequence" since that didn't read right to me

Comment thread src/oss/langchain-models.mdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants