mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
Merge branch 'vera' into main
This commit is contained in:
@ -13,6 +13,9 @@ import base64
|
||||
import copy
|
||||
import ast
|
||||
|
||||
import io
|
||||
from PIL import Image
|
||||
from lmdeploy.serve.openai.api_client import APIClient
|
||||
import io
|
||||
from PIL import Image
|
||||
from lmdeploy.serve.openai.api_client import APIClient
|
||||
@ -24,6 +27,7 @@ def is_base64(value) -> bool:
|
||||
except Exception:
|
||||
return False
|
||||
|
||||
@singleton
|
||||
@singleton
|
||||
class VLMS(Blackbox):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user