svjack commited on
Commit
5479026
1 Parent(s): 426790d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -230,8 +230,8 @@ print(req)
230
  ```
231
 
232
  * ## 5 - Role Play Chat with Character Agent, provide your own character setting
233
- ## as another Character
234
- ## At same time, provide above Story Background, as Conversation background.
235
 
236
  ```python
237
  response = llm.create_chat_completion(
@@ -385,7 +385,7 @@ print(req)
385
  ```
386
 
387
  * ## 7 - Generate New Story Background, on previous Background and Chat Context.
388
- ## Refine by llama-cpp’s format prompt capability
389
  ```python
390
  response = llm.create_chat_completion(
391
  messages=[
 
230
  ```
231
 
232
  * ## 5 - Role Play Chat with Character Agent, provide your own character setting
233
+ * ## as another Character
234
+ * ## At same time, provide above Story Background, as Conversation background.
235
 
236
  ```python
237
  response = llm.create_chat_completion(
 
385
  ```
386
 
387
  * ## 7 - Generate New Story Background, on previous Background and Chat Context.
388
+ * ## Refine by llama-cpp’s format prompt capability
389
  ```python
390
  response = llm.create_chat_completion(
391
  messages=[