mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style: monorepo pass for refs (#33359)
* Delete some double backticks previously used by Sphinx (not done everywhere yet) * Fix some code blocks / dropdowns Ignoring CLI CI for now
This commit is contained in:
@@ -896,8 +896,8 @@ class ChatHuggingFace(BaseChatModel):
|
||||
- ``'json_mode'``: uses JSON mode.
|
||||
|
||||
include_raw:
|
||||
If False then only the parsed structured output is returned. If
|
||||
an error occurs during model output parsing it will be raised. If True
|
||||
If `False` then only the parsed structured output is returned. If
|
||||
an error occurs during model output parsing it will be raised. If `True`
|
||||
then both the raw model response (a BaseMessage) and the parsed model
|
||||
response will be returned. If an error occurs during output parsing it
|
||||
will be caught and returned as well. The final output is always a dict
|
||||
|
||||
@@ -175,7 +175,7 @@ class HuggingFaceEndpoint(LLM):
|
||||
# model (`str`, `optional`):
|
||||
# The model to run inference with. Can be a model id hosted on the Hugging
|
||||
# Face Hub, e.g. `bigcode/starcoder`
|
||||
# or a URL to a deployed Inference Endpoint. Defaults to None, in which
|
||||
# or a URL to a deployed Inference Endpoint. Defaults to `None`, in which
|
||||
# case a recommended model is
|
||||
# automatically selected for the task.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user