mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 17:14:18 +01:00
refactor: retries for flow deployment
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user