File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mistral Python Client
22
3- This client uses poetry as a depedency and virtual environment manager.
3+ This client uses ` poetry ` as a dependency and virtual environment manager.
44
5- you can install poetry with@
5+ You can install poetry with
66
77``` bash
88pip install poetry
99```
1010
1111## Installing
1212
13- poetry will set up a virtual environment and install dependencies with the following command:
13+ ` poetry ` will set up a virtual environment and install dependencies with the following command:
1414
1515``` bash
1616poetry install
@@ -24,7 +24,7 @@ You can run the examples using `poetry run` or by entering the virtual environme
2424
2525``` bash
2626cd examples
27- poetry run python async_chat .py
27+ poetry run python chat_no_streaming .py
2828```
2929
3030### Using poetry shell
@@ -33,5 +33,5 @@ poetry run python async_chat.py
3333cd examples
3434poetry shell
3535
36- >> python async_chat .py
36+ >> python chat_no_streaming .py
3737```
You can’t perform that action at this time.
0 commit comments