llms-py 3.0.0b3__py3-none-any.whl → 3.0.0b4__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.
Binary file
llms/main.py CHANGED
@@ -38,7 +38,7 @@ try:
38
38
  except ImportError:
39
39
  HAS_PIL = False
40
40
 
41
- VERSION = "3.0.0b3"
41
+ VERSION = "3.0.0b4"
42
42
  _ROOT = None
43
43
  DEBUG = True # os.getenv("PYPI_SERVICESTACK") is not None
44
44
  MOCK = False
llms/ui/ai.mjs CHANGED
@@ -5,7 +5,7 @@ const headers = { 'Accept': 'application/json' }
5
5
  const prefsKey = 'llms.prefs'
6
6
 
7
7
  export const o = {
8
- version: '3.0.0b3',
8
+ version: '3.0.0b4',
9
9
  base,
10
10
  prefsKey,
11
11
  welcome: 'Welcome to llms.py',