mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
Use string type model state
This commit is contained in:
parent
1b312da9ab
commit
525c316739
9 changed files with 24 additions and 27 deletions
|
|
@ -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> {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue