refactor: retries for flow deployment

This commit is contained in:
Florian Hönicke
2023-04-11 16:41:57 +02:00
parent 4efb7333ef
commit c269e42e3c
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -1,4 +1,6 @@
click==8.1.3
streamlit==1.21.0
openai==0.27.4
psutil==5.9.4
psutil==5.9.4
jcloud==0.2.6
jina-hubble-sdk==0.35.0