llms-py 2.0.31__py3-none-any.whl → 2.0.32__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
llms/main.py CHANGED
@@ -34,7 +34,7 @@ try:
34
34
  except ImportError:
35
35
  HAS_PIL = False
36
36
 
37
- VERSION = "2.0.31"
37
+ VERSION = "2.0.32"
38
38
  _ROOT = None
39
39
  g_config_path = None
40
40
  g_ui_path = None
llms/ui/ai.mjs CHANGED
@@ -6,7 +6,7 @@ const headers = { 'Accept': 'application/json' }
6
6
  const prefsKey = 'llms.prefs'
7
7
 
8
8
  export const o = {
9
- version: '2.0.31',
9
+ version: '2.0.32',
10
10
  base,
11
11
  prefsKey,
12
12
  welcome: 'Welcome to llms.py',