Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luanpoppe
/
vella-backend
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5ffdf73
vella-backend
/
_utils
/
LLMs
/
LLM_class.py
luanpoppe
feat: melhorias no c贸digo e refatora莽玫es
12d3e1a
about 1 month ago
raw
Copy download link
history
blame
Safe
178 Bytes
from
setup.environment
import
default_model
class
LLM
:
def
__init__
(
self
):
pass
# def create_GPT_model(self, model=default_model):
# return ChatOpen()