docs: fix typos and remove trailing whitespaces (#11554)

This commit is contained in:
Yoshi
2025-07-28 11:19:13 -07:00
committed by GitHub
parent bbf66c0b96
commit 3515cc377c
4 changed files with 8 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama")
# Define the schema for the response
class FriendInfo(BaseModel):
name: str
age: int
age: int
is_available: bool
class FriendList(BaseModel):