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

Support roles in ChatCompletion #2

Open
half0wl opened this issue Mar 14, 2023 · 1 comment
Open

Support roles in ChatCompletion #2

half0wl opened this issue Mar 14, 2023 · 1 comment

Comments

@half0wl
Copy link
Owner

half0wl commented Mar 14, 2023

https://platform.openai.com/docs/guides/chat/introduction

Currently, all prompts are sent as role=user. The endpoint supports (system, user, assistant) as roles.

I skipped this in the current version because it doesn't appear to be valuable - based on the docs and in my experience, the system role doesn't really affect model response.

@traosorus
Copy link

Check my repository on Betsy and test ChatbotAssistant.py . The system is counting with gpt turbo 3.5 and it's working quite well

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