Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open on GitHub

String-in, string-out llms

tip

You are probably looking for theChat Model Concept Guide page for more information.

LangChain has implementations for older language models that take a string as input and return a string as output. These models are typically named without the "Chat" prefix (e.g.,Ollama,Anthropic,OpenAI, etc.), and may include the "LLM" suffix (e.g.,OllamaLLM,AnthropicLLM,OpenAILLM, etc.). These models implement theBaseLLM interface.

Users should be using almost exclusively the newerChat Models as mostmodel providers have adopted a chat like interface for interacting with language models.


[8]ページ先頭

©2009-2025 Movatter.jp