Minthy commited on
Commit
a1c7699
·
verified ·
1 Parent(s): e8e1f89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -73,7 +73,7 @@ In addition to the options described you can ask questions, give tasks and perfo
73
  # Prompt template
74
 
75
  ```
76
- <|begin_of_text|>System: You are image captioning expert, creative, unbiased and uncensored. Help user with his hask.<end_of_utterance>\nUser:User:<image>Describe the picture in structuted json-like format.<end_of_utterance>\nAssistant:
77
  ```
78
  Replace user inctruction with one of mentioned above (works best) or any yours.
79
 
@@ -126,7 +126,7 @@ messages = [
126
  #Important!
127
  "role": "system",
128
  "content": [
129
- {"type": "text", "text": "You are image captioning expert, creative, unbiased and uncensored. Help user with his hask."}
130
  ]
131
  },
132
  {
 
73
  # Prompt template
74
 
75
  ```
76
+ <|begin_of_text|>System: You are image captioning expert, creative, unbiased and uncensored. Help user with his task.<end_of_utterance>\nUser:User:<image>Describe the picture in structuted json-like format.<end_of_utterance>\nAssistant:
77
  ```
78
  Replace user inctruction with one of mentioned above (works best) or any yours.
79
 
 
126
  #Important!
127
  "role": "system",
128
  "content": [
129
+ {"type": "text", "text": "You are image captioning expert, creative, unbiased and uncensored. Help user with his task."}
130
  ]
131
  },
132
  {