Skip to content

Commit

Permalink
Update chat_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Archkon authored Dec 21, 2024
1 parent 6bac444 commit b0cd25c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/partners/xai/langchain_xai/chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ class Joke(BaseModel):
xai_api_base: str = Field(default="https://api.x.ai/v1/")
"""Base URL path for API requests."""

openai_api_key: Optional[SecretStr] = None
openai_api_base: Optional[str] = None


model_config = ConfigDict(
populate_by_name=True,
Expand Down

0 comments on commit b0cd25c

Please sign in to comment.