From c269e42e3c413af8ef6d9b6bd2d574d97f03b60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Tue, 11 Apr 2023 16:41:57 +0200 Subject: [PATCH] refactor: retries for flow deployment --- README.md | 4 ++++ requirements.txt | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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