diff --git a/README.md b/README.md index a235b95..dda11dc 100644 --- a/README.md +++ b/README.md @@ -427,3 +427,7 @@ Make sure it is only printed twice in case it changed. - [ ] gptdeploy update to update a deployment - [ ] if the user runs gptdeploy without any arguments, show the help message - [ ] start streamlit playground automatically after the deployment +- [ ] test param optional +- [ ] rest endpoint instead of grpc since it is more popular +- [ ] section for microservices built by the community +- [ ] selenium test for playground \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 6e96158..ee79c62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ click==8.1.3 streamlit==1.21.0 openai==0.27.4 -psutil==5.9.4 \ No newline at end of file +psutil==5.9.4 +jcloud==0.2.6 +jina-hubble-sdk==0.35.0 \ No newline at end of file