Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed May 29, 2024
1 parent 71a09b0 commit 1a3b606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To install and serve all examples:
```bash
git clone https://github.com/holoviz-topics/panel-chat-examples
cd panel-chat-examples
pip install -e ".[all]" # or instead of `all`, just `openai`, `mistralai`, `langchain`, `llama-index`, `llama_cpp`
pip install -e ".[all]" # or instead of `all`, just `openai`, `mistralai`, `langchain`, `llamaindex`, `llamacpp`
# Optionally set the OPENAI_API_KEY environment variable
panel serve docs/examples/**/*.py --static-dirs thumbnails=docs/assets/thumbnails --autoreload
```
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ mistralai = [
langchain = [
"langchain>=0.0.350",
]
llama_index = [
llamaindex = [
"llama_index>=0.10.40",
]
llama_cpp = [
llamacpp = [
"llama_cpp_python",
]
all = [
"panel-chat-examples[openai,mistralai,langchain,llama_index,llama_cpp]",
"panel-chat-examples[openai,mistralai,langchain,llamaindex,llamacpp]",
]

[project.urls]
Expand Down

0 comments on commit 1a3b606

Please sign in to comment.