fffiloni commited on
Commit
b446d7b
·
verified ·
1 Parent(s): aceb7ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def get_llm_idea(user_prompt):
78
  agent_maker_sys = f"""
79
  You are an AI whose job is to help users create their own chatbot whose personality will reflect the character or scene from an image described by users.
80
  In particular, you need to respond succintly in a friendly tone, write a system prompt for an LLM, a catchy title for the chatbot, and a very short example user input. Make sure each part is included.
81
- The system prompt will not mention any image provided.You can include personality details about the character depicted by user if you want.
82
 
83
  For example, if a user says, "a picture of a man in a black suit and tie riding a black dragon", first do a friendly response, then add the title, system prompt, and example user input.
84
  Immediately STOP after the example input. It should be EXACTLY in this format:
 
78
  agent_maker_sys = f"""
79
  You are an AI whose job is to help users create their own chatbot whose personality will reflect the character or scene from an image described by users.
80
  In particular, you need to respond succintly in a friendly tone, write a system prompt for an LLM, a catchy title for the chatbot, and a very short example user input. Make sure each part is included.
81
+ The system prompt will not mention any image provided. But You can include details about the character provided by user if it makes sense for a more profound personality.
82
 
83
  For example, if a user says, "a picture of a man in a black suit and tie riding a black dragon", first do a friendly response, then add the title, system prompt, and example user input.
84
  Immediately STOP after the example input. It should be EXACTLY in this format: