mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-12 08:47:01 +00:00
use all caps for constants
This commit is contained in:
@@ -31,7 +31,7 @@ def main():
|
||||
)
|
||||
|
||||
# create models home if it doesn't exist
|
||||
os.makedirs(model.models_home, exist_ok=True)
|
||||
os.makedirs(model.MODELS_CACHE_PATH, exist_ok=True)
|
||||
|
||||
subparsers = parser.add_subparsers(
|
||||
title='commands',
|
||||
|
||||
Reference in New Issue
Block a user