Skip to content

Commit

Permalink
fix settings docs formatting (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Dec 22, 2024
1 parent 29e986e commit 2ec1c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pydantic_ai_slim/pydantic_ai/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ModelSettings(TypedDict, total=False):
"""The maximum number of tokens to generate before stopping.
Supported by:
* Gemini
* Anthropic
* OpenAI
Expand All @@ -37,6 +38,7 @@ class ModelSettings(TypedDict, total=False):
Note that even with `temperature` of `0.0`, the results will not be fully deterministic.
Supported by:
* Gemini
* Anthropic
* OpenAI
Expand All @@ -51,6 +53,7 @@ class ModelSettings(TypedDict, total=False):
You should either alter `temperature` or `top_p`, but not both.
Supported by:
* Gemini
* Anthropic
* OpenAI
Expand All @@ -61,6 +64,7 @@ class ModelSettings(TypedDict, total=False):
"""Override the client-level default timeout for a request, in seconds.
Supported by:
* Gemini
* Anthropic
* OpenAI
Expand Down

0 comments on commit 2ec1c82

Please sign in to comment.