feat: frontend

This commit is contained in:
Florian Hönicke
2023-03-20 01:21:17 +01:00
parent 0116449082
commit d23998c0d7
3 changed files with 24 additions and 6 deletions

View File

@@ -62,10 +62,12 @@ async def main(
recreate_folder(EXECUTOR_FOLDER)
system_definition = (
"You are a principal engineer working at Jina - an open source company."
"Using the Jina framework, users can define executors."
"Using the Jina framework, users can define executors. "
+ executor_example
+ docarray_example
+ client_example
+ "The user is asking you to create an executor with all the necessary files "
"and you write the complete code without leaving something out. "
)
user_query = (