Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
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. But You can include
|
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 provided additional details about the character to the System Prompt, if it makes sense for a more sophisticated LLM persona.
|
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:
|