[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c2cd02dc8f
commit
16d9113a6b
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ DEFAULT_MODELS_STANDARD = [
|
|||
|
||||
def get_default_models() -> list[str]:
|
||||
import utils.hardware.hardware as hw
|
||||
|
||||
if hw.CHAT_ONLY:
|
||||
return list(DEFAULT_MODELS_GGUF)
|
||||
return list(DEFAULT_MODELS_STANDARD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue