From c3a65a9ea41c1560e0a958ddce28ce40e7da00b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 20 Apr 2023 23:29:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A2=20refactor:=20version=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- src/__init__.py | 2 +- src/options/generate/templates_user.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a73c7ff..2d040aa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read_requirements(): setup( name='gptdeploy', - version='0.18.19', + version='0.18.20', description='Use natural language interface to generate, deploy and update your microservice infrastructure.', long_description=open('README.md', 'r', encoding='utf-8').read(), long_description_content_type='text/markdown', diff --git a/src/__init__.py b/src/__init__.py index 8c35b99..ae9c9a5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.18.19' +__version__ = '0.18.20' from src.cli import main \ No newline at end of file diff --git a/src/options/generate/templates_user.py b/src/options/generate/templates_user.py index b206ad5..b02acab 100644 --- a/src/options/generate/templates_user.py +++ b/src/options/generate/templates_user.py @@ -295,6 +295,7 @@ template_generate_playground = PromptTemplate.from_template( Create a playground for the executor {microservice_name} using streamlit. The playground must look like it was made by a professional designer. All the ui elements are well thought out to make them visually appealing and easy to use. +Don't mention the word Playground in the title. The playground contains many emojis that fit the theme of the playground and has an emoji as favicon. The playground encourages the user to deploy their own microservice by clicking on this link: https://github.com/jina-ai/gptdeploy The playground uses the following code to send a request to the microservice: