mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-21 08:59:03 +00:00
6 lines
155 B
Python
6 lines
155 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
class MongoConnector:
|
|
"""MongoConnector is a class which connect to mongo and chat with LLM"""
|
|
pass |