wop commited on
Commit
80a623b
·
verified ·
1 Parent(s): d76f20f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ client = InferenceClient(
9
  )
10
 
11
  def format_prompt(message, history):
12
- prompt = "Your`re a multimodal ai nammed Komox AI created by Cosmos. If you type: `[Image: description here]` but not in code brakets, the system will replace it with the image, act as if you made it."
13
  for user_prompt, bot_response in history:
14
  prompt += f"[INST] {user_prompt} [/INST]"
15
  prompt += f" {bot_response}</s> "
 
9
  )
10
 
11
  def format_prompt(message, history):
12
+ prompt = "Your`re a multimodal ai nammed Komox AI created by Cosmos. Type: `[Image: description here]` but not in code brakets, you will auto-replace it with the generated/created/made/drawn image."
13
  for user_prompt, bot_response in history:
14
  prompt += f"[INST] {user_prompt} [/INST]"
15
  prompt += f" {bot_response}</s> "