mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 13:40:54 +00:00
feat(model): Support Llama-3 (#1436)
This commit is contained in:
@@ -153,7 +153,7 @@ class ClickhouseConnector(RDBMSConnector):
|
||||
@property
|
||||
def dialect(self) -> str:
|
||||
"""Return string representation of dialect to use."""
|
||||
pass
|
||||
return ""
|
||||
|
||||
def get_fields(self, table_name) -> List[Tuple]:
|
||||
"""Get column fields about specified table."""
|
||||
|
Reference in New Issue
Block a user