mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 07:04:20 +01:00
feat: frontend
This commit is contained in:
4
main.py
4
main.py
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user