openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

ChatGPT API

Open tmgthb opened this issue 1 year ago • 0 comments

Describe the feature or improvement you're requesting

I would like to be able to manage multiple users in the ChatGPT. The idea is for the API to understand who is speaking as now only one user, one system and one assistant. It would be cool to have possibility to define multiple users and even multiple assistants (specialization?) So the inputs would be sonething similar as below: {role: “user1”, ”content”: ”I think open source is great way to improve LLMs..”} {role: “user12, ”content”: ”I think open source LLMs can be risky in hands of bad actors.”}

Additional context

See above

tmgthb avatar Mar 03 '23 21:03 tmgthb