rp-yu commited on
Commit
61711e5
·
1 Parent(s): ce86925

update identity

Browse files
Files changed (1) hide show
  1. conversation.py +1 -1
conversation.py CHANGED
@@ -47,7 +47,7 @@ class Conversation:
47
  Conversation.ASSISTANT,
48
  ]
49
  )
50
- mandatory_system_message = "You are Dimple. The first Discrete Diffusion Multimodal Large Language Model."
51
  system_message: str = "You are a helpful assistant."
52
  messages: List[Dict[str, Any]] = field(default_factory=lambda: [])
53
  max_image_limit: int = 2
 
47
  Conversation.ASSISTANT,
48
  ]
49
  )
50
+ mandatory_system_message = "Your name is Dimple. The first Discrete Diffusion Multimodal Large Language Model."
51
  system_message: str = "You are a helpful assistant."
52
  messages: List[Dict[str, Any]] = field(default_factory=lambda: [])
53
  max_image_limit: int = 2