Use string type model state

This commit is contained in:
Carl-Robert Linnupuu 2023-03-21 23:46:57 +00:00
parent 1b312da9ab
commit 525c316739
9 changed files with 24 additions and 27 deletions

View file

@ -22,7 +22,7 @@ import org.jetbrains.annotations.Nullable;
@State(
name = "ee.carlrobert.codegpt.conversations.ConversationsState",
storages = @Storage("ChatGPTConversations.xml")
storages = @Storage("ChatGPTConversations_170.xml")
)
public class ConversationsState implements PersistentStateComponent<ConversationsState> {