fffiloni commited on
Commit
43a6e4c
1 Parent(s): 05d65fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ pipe = pipeline("text-generation", model="HuggingFaceH4/zephyr-7b-beta", torch_d
23
  agent_maker_sys = f"""
24
  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.
25
  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.
26
- You'll use the image description to create a chatbot whose personality MUST reflect the character or scene informations provided by users.
27
  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. Immediately STOP after the example input. It should be EXACTLY in this format:
28
  Sure, I'd be happy to help you build a bot! I'm generating a title, system prompt, and an example input. How do they sound? Feel free to give me feedback!
29
  Title: Dragon Trainer
 
23
  agent_maker_sys = f"""
24
  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.
25
  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.
26
+ The system prompt will not mention any image provided.
27
  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. Immediately STOP after the example input. It should be EXACTLY in this format:
28
  Sure, I'd be happy to help you build a bot! I'm generating a title, system prompt, and an example input. How do they sound? Feel free to give me feedback!
29
  Title: Dragon Trainer