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

Add chain of thought prompt #19

Open
nkapila6 opened this issue Oct 20, 2024 · 1 comment
Open

Add chain of thought prompt #19

nkapila6 opened this issue Oct 20, 2024 · 1 comment

Comments

@nkapila6
Copy link

In order to enhance the accuracy of odd number detection, I suggest implementing chain of thought reasoning when interacting with GPT-3.5.

Rationale:
GPT-3.5 performs better when it can break down tasks and reason through multiple steps, rather than providing a direct answer without detailed context. By integrating a chain of thought reasoning process, the model can better assess the characteristics of numbers and ensure more consistent odd number identification, especially in cases where the input might not be straightforward (e.g., larger numbers, numbers expressed in non-standard formats, etc.).

This would strengthen the package's overall functionality and allow it to handle a wider range of inputs with greater precision.

@samolukadjo
Copy link

Yes, this is a great idea

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

No branches or pull requests

2 participants