Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mercm8 committed May 13, 2023
1 parent 03050b4 commit 7307a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ async def llm_gen(message, queues):
async def on_ready():
if not hasattr(client, 'llm_context'):
""" Loads character profile based on Bot's display name """
client.llm_context = load_character(client.user.display_name, '', '', '', 'cai-chat')[4]
client.llm_context = load_character(client.user.display_name, '', '', '')[4]
if not hasattr(client, 'behavior'):
client.behavior = Behavior()
logging.info("bot ready")
Expand Down

0 comments on commit 7307a4b

Please sign in to comment.