Skip to content

Commit

Permalink
Update package name in pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelarg committed Nov 11, 2024
1 parent 439b384 commit 791cc10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/integrations/chat/gigachat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain_gigachat"
"%pip install --upgrade --quiet langchain-gigachat"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/providers/salute_devices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more info how to get access to GigaChat [follow here](https://developers.sbe
GigaChat package can be installed via pip from PyPI:

```bash
pip install langchain_gigachat
pip install langchain-gigachat
```

## LLMs
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/text_embedding/gigachat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"outputs": [],
"source": [
"%pip install --upgrade --quiet langchain_gigachat"
"%pip install --upgrade --quiet langchain-gigachat"
]
},
{
Expand Down

0 comments on commit 791cc10

Please sign in to comment.