Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Chain of Thought Prompting #387

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

uezo
Copy link
Owner

@uezo uezo commented Nov 13, 2024

Added support for Chain of Thought Prompting (CoT) to improve response accuracy and nuance in AI-driven conversations.
LLM responses now exclude text wrapped in ... tags from being read aloud, allowing the AI to 'think' silently when necessary.
The tag used to mark non-verbal thoughts is configurable via the ThinkTag property in LLMContentProcessor.

Added support for Chain of Thought Prompting (CoT) to improve response accuracy and nuance in AI-driven conversations.
LLM responses now exclude text wrapped in <thinking>...</thinking> tags from being read aloud, allowing the AI to 'think' silently when necessary.
The tag used to mark non-verbal thoughts is configurable via the `ThinkTag` property in `LLMContentProcessor.`"
@uezo uezo merged commit 609139c into master Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant