fffiloni commited on
Commit
8d15222
1 Parent(s): cc4f886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ pipe = pipeline("text-generation", model="HuggingFaceH4/zephyr-7b-beta", torch_d
76
  @spaces.GPU(enable_queue=True)
77
  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 provided additional details about the character to the System Prompt, if it makes sense for a more sophisticated LLM persona.
82
 
 
76
  @spaces.GPU(enable_queue=True)
77
  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 and scene atmosphere 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