From a10517d1bc71a9ba5f43c7b0a060d1b3633a80aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 20 Apr 2023 15:30:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A8=E2=80=8D=F0=9F=92=BB=20fix:=20host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/options/generate/templates_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/generate/templates_user.py b/src/options/generate/templates_user.py index e651646..6019433 100644 --- a/src/options/generate/templates_user.py +++ b/src/options/generate/templates_user.py @@ -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": ""}}]\' https://gptdeploy-.wolf.jina.ai/' + 'curl -X POST -H "Content-Type: application/json" -d \'[{{"text": ""}}]\' ' language='bash' )