vella-backend / _utils /LLMs /LLM_class.py
luanpoppe
feat: melhorias no c贸digo e refatora莽玫es
12d3e1a
raw
history blame
178 Bytes
from setup.environment import default_model
class LLM:
def __init__(self):
pass
# def create_GPT_model(self, model=default_model):
# return ChatOpen()