mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-08 20:39:44 +00:00
feat(model): Support yi proxy LLM (#1303)
This commit is contained in:
@@ -809,7 +809,7 @@ class ConversationIdentifier(ResourceIdentifier):
|
||||
@property
|
||||
def str_identifier(self) -> str:
|
||||
"""Return the str identifier."""
|
||||
return f"{self.identifier_type}:{self.conv_uid}"
|
||||
return f"{self.identifier_type}:{self.conv_uid}" # noqa:
|
||||
|
||||
def to_dict(self) -> Dict:
|
||||
"""Convert to dict."""
|
||||
|
Reference in New Issue
Block a user