gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 755 forks source link

Need chat sessions and system role setting #188

Closed jozhn closed 1 year ago

jozhn commented 1 year ago

Could you please add system role set for each chat and allow users to create several chat sessions?

gencay commented 1 year ago

@jozhn thank you for using the extension and bringing up feature improvement suggestions here. Browser auto-login method has that feature, you could see list of your past conversations and easily switch between them with that method. Could you elaborate a bit what you mean by system role setting?

jozhn commented 1 year ago

@jozhn thank you for using the extension and bringing up feature improvement suggestions here. Browser auto-login method has that feature, you could see list of your past conversations and easily switch between them with that method. Could you elaborate a bit what you mean by system role setting?

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

The system message helps set the behavior of the assistant. In the example above, the assistant was instructed with “You are a helpful assistant.”

System role setting can help us to set the behavior of chatgpt before use.

gencay commented 1 year ago

@jozhn ok got it. You mean the message. Changing system roles isn't much of a help but the initial system message is what extension provides out of the box for the user at the moment. I have plans to make it customizable but not yet. I will update the thread if & when it becomes available in the extension as a setting.

jozhn commented 1 year ago

@gencay thank you very much!