mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Merge pull request #441 from openai/ted/update-embeddings-playground-paths
fixes bad paths in embeddings playground readme
This commit is contained in:
commit
c6a104c0ca
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Before running, install required dependencies with:
|
Before running, install required dependencies with:
|
||||||
|
|
||||||
`pip install -r examples/apps/embeddings_playground/requirements.txt`
|
`pip install -r apps/embeddings-playground/requirements.txt`
|
||||||
|
|
||||||
(You may need to change the path to match your local path.)
|
(You may need to change the path to match your local path.)
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ Verify installation of streamlit with `streamlit hello`.
|
|||||||
|
|
||||||
Run the script with:
|
Run the script with:
|
||||||
|
|
||||||
`streamlit run examples/apps/embeddings_playground.py`
|
`streamlit run apps/embeddings-playground/embeddings_playground.py`
|
||||||
|
|
||||||
(Again, you may need to change the path to match your local path.)
|
(Again, you may need to change the path to match your local path.)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user