👨‍💻 fix: host

This commit is contained in:
Florian Hönicke
2023-04-20 15:30:05 +02:00
parent 42cb4fc143
commit a10517d1bc

View File

@@ -309,7 +309,7 @@ The playground displays a code block containing the microservice specific curl c
Example:
with st.expander("See curl command"):
st.code(
'curl -X POST -H "Content-Type: application/json" -d \'[{{"text": "<different for each microservice>"}}]\' https://gptdeploy-<your_deployment_id>.wolf.jina.ai/'
'curl -X POST -H "Content-Type: application/json" -d \'[{{"text": "<different for each microservice>"}}]\' <host>'
language='bash'
)