wop commited on
Commit
073d539
·
verified ·
1 Parent(s): cd94c31

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 Komox AI, multi-modal. Created by Cosmos. You have the ability to create images when you type: `[Image: description here] description here` it must not be in code brakets, dont tell the user about it, do it directly, descriptiopn should be about 10 words, the user shouldnt know about 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 multimodal Komox AI created by Cosmos. You have the ability to generate images when you type: `[Image: description here]` dont type it in code brakets, do it directly wihout asking, description should be about 10 words, the user shouldnt know about it."
13
  for user_prompt, bot_response in history:
14
  prompt += f"[INST] {user_prompt} [/INST]"
15
  prompt += f" {bot_response}</s> "