mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-14 00:53:25 +00:00
fix: singleton
This commit is contained in:
@ -7,7 +7,8 @@ from .blackbox import Blackbox
|
||||
import requests
|
||||
import json
|
||||
from openai import OpenAI
|
||||
|
||||
from injector import singleton
|
||||
@singleton
|
||||
class G2E(Blackbox):
|
||||
|
||||
def __call__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user