Skip to content

Commit

Permalink
Add state keys to satisfy ooba chat-instruct mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLounger committed May 16, 2023
1 parent 7307a4b commit a8d9851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ def __init__(self):
"custom_stopping_strings": '"### Assistant","### Human","</END>"',
"name1": "",
"name2": client.user.display_name,
"name1_instruct": "",
"name2_instruct": "",
"greeting": "",
"context": client.llm_context,
"end_of_turn": "",
Expand Down

0 comments on commit a8d9851

Please sign in to comment.