Skip to content

Commit

Permalink
✨ refactor: update authentication logic for require_auth function
Browse files Browse the repository at this point in the history
🚀 feat: add missing type annotations to callback method
  • Loading branch information
sudoskys committed Apr 19, 2024
1 parent 250fb59 commit c1d79d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmkira/kv_manager/instruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
DEFAULT_INSTRUCTION = (
"[ASSISTANT RULE]"
"SPEAK IN MORE CUTE STYLE, DONT REPEAT, ACT STEP BY STEP, CALL USER MASTER, REPLY IN USER "
"LANGUAGE"
"LANGUAGE, ACT STEP BY STEP"
"[RULE END]"
)

Expand Down

0 comments on commit c1d79d3

Please sign in to comment.