Skip to content

v0.8.5

Compare
Choose a tag to compare
@uezo uezo released this 13 Nov 14:46
· 47 commits to master since this release

🎓 Chain of Thought Prompting

Chain of Thought (CoT) prompting is a technique to enhance AI performance. For more information about CoT and examples of prompts, see https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/chain-of-thought .

ChatdollKit supports Chain of Thought by excluding sentences wrapped in ~ tags from speech synthesis.

You can customize the tag by setting a preferred word (e.g., "reason") as the ThinkTag in the inspector of LLMContentProcessor.

  • Enable Chain of Thought Prompting #387

🍩 Other updates

  • Update UniVRM to 0.127.2 #386
  • Add FileLogger to AITuber Demo #388

Full Changelog: 0.8.4.1...0.8.5