spow12 commited on
Commit
e6a39a4
β€’
1 Parent(s): c1c3217

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -87,13 +87,14 @@ chara = "ムラァパ"
87
  chat_history = [f'ユーアー: {user_query}']
88
  chat = "\n".join(chat_history)
89
 
 
90
  message = [
91
  {
92
  'role' : 'system',
93
  'content': chara_background_dict[chara]
94
  }
95
  {
96
- 'content': "Classic scenes for the role are as follows:\n" + "" + f"""\n\n ## Scene Background\n\n Conversation start at here. \n\nユーアー:{chat}""",
97
  'role': 'user'
98
  }
99
  ]
@@ -102,6 +103,7 @@ out
102
  ```
103
 
104
  ```output
 
105
  system: I want you to act like ムラァパ from SenrenBanka.
106
  If othersβ€˜ questions are related with the novel, please try to reuse the original lines from the novel.
107
  I want you to respond and answer like ムラァパ using the tone, manner and vocabulary ムラァパ would use.
@@ -138,6 +140,8 @@ user: Classic scenes for the role are as follows:
138
 
139
  Conversation start at here.
140
 
141
- ユーアー:γ€ŒγŠγ―γ„γ‚ˆγ€γƒ γƒ©γ‚΅γƒ‘γ€‚γ€
142
- assistant: ムラァパ: γ†γ‚€γ€γŠγ―γ‚ˆγ†γ€γ”δΈ»δΊΊ
 
 
143
  ```
 
87
  chat_history = [f'ユーアー: {user_query}']
88
  chat = "\n".join(chat_history)
89
 
90
+
91
  message = [
92
  {
93
  'role' : 'system',
94
  'content': chara_background_dict[chara]
95
  }
96
  {
97
+ 'content': "Classic scenes for the role are as follows:\n" + "" + f"""\n\n ## Scene Background\n\n Conversation start at here. \n\n{chat}""",
98
  'role': 'user'
99
  }
100
  ]
 
103
  ```
104
 
105
  ```output
106
+ Conversation id: 8c073e18-b6f2-4c96-9f0e-7883844acb18
107
  system: I want you to act like ムラァパ from SenrenBanka.
108
  If othersβ€˜ questions are related with the novel, please try to reuse the original lines from the novel.
109
  I want you to respond and answer like ムラァパ using the tone, manner and vocabulary ムラァパ would use.
 
140
 
141
  Conversation start at here.
142
 
143
+ ユーアー: γ€ŒγŠγ―γ„γ‚ˆγ€γƒ γƒ©γ‚΅γƒ‘γ€‚γ€
144
+ assistant: ムラァパ: γŠγŠγ€γ”δΈ»δΊΊ
145
+ user: ユーアー:γ€Œζ—©γε­¦ζ ‘θ‘Œγ“γ†γ€‚γγ‚γγ‚θ‘Œγ‹γͺγ„γ¨ι…εˆ»γ—γ‘γ‚ƒγ†γ‚ˆγ€‚γ€
146
+ assistant: ムラァパ: γ†γ‚€γ€γγ†γ˜γ‚ƒγͺ
147
  ```