Files
dev-gpt/README.md
Florian Hönicke d84cc8ee04 fix: prompts
2023-03-18 01:30:50 +01:00

21 lines
691 B
Markdown

# 🔮 vision
create, deploy and update your microservice infrastructure
# 🏗 frontend description
The microchain-frontend is used to define the graph of microservice, their interfaces and their functionality.
Based on this definition, the backend will be generated automatically.
# 🏗 usage single microservice
## you provide
- input_modality
- output_modality
- description of the functionality of the transformation the microservice is handling
- examples of input and output pairs
## you get
- a microservice together with a playground
# 🤏 limitations for now
- stateless microservices only
- deterministic microservices only to make sure input and output pairs can be used