Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpiedrahitao authored Nov 13, 2024
1 parent 80bd8f2 commit 1be9884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class GetWeather(BaseModel):
"""stream options, include usage to get generation metrics"""

additional_headers: Dict[str, Any] = Field(default={})
"""Additional headers to sent in request"""
"""Additional headers to send in request"""

class Config:
populate_by_name = True
Expand Down

0 comments on commit 1be9884

Please sign in to comment.