Dernière activité 1731289443

knox a révisé ce gist 1731289442. Aller à la révision

1 file changed, 7 insertions

Jina-4.py(fichier créé)

@@ -0,0 +1,7 @@
1 + from jina import Client
2 + from docarray import DocList
3 + from executor import Prompt, Generation
4 +
5 + prompt = Prompt(text='suggest an interesting image generation prompt')
6 + client = Client(port=12345)
7 + response = client.post('/', inputs=[prompt], return_type=DocList[Generation])
Plus récent Plus ancien