File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pydantic_ai_slim/pydantic_ai/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ class OpenRouterCompletionMessage(ChatCompletionMessage):
251251
252252
253253class OpenRouterChoice (Choice ):
254- """Wraps OpenAI chat completion choice with OpenRouter specific attribures ."""
254+ """Wraps OpenAI chat completion choice with OpenRouter specific attributes ."""
255255
256256 native_finish_reason : str
257257 """The provided finish reason by the downstream provider from OpenRouter."""
@@ -267,7 +267,7 @@ class OpenRouterChoice(Choice):
267267
268268
269269class OpenRouterChatCompletion (ChatCompletion ):
270- """Wraps OpenAI chat completion with OpenRouter specific attribures ."""
270+ """Wraps OpenAI chat completion with OpenRouter specific attributes ."""
271271
272272 provider : str
273273 """The downstream provider that was used by OpenRouter."""
You can’t perform that action at this time.
0 commit comments