File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222from pathlib import Path
2323from importlib import resources # Py≥3.9 (pip install importlib_resources for 3.7/3.8)
2424
25- VERSION = "2.0.20 "
25+ VERSION = "2.0.21 "
2626_ROOT = None
2727g_config_path = None
2828g_ui_path = None
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const headers = { 'Accept': 'application/json' }
66const prefsKey = 'llms.prefs'
77
88export const o = {
9- version : '2.0.20 ' ,
9+ version : '2.0.21 ' ,
1010 base,
1111 prefsKey,
1212 welcome : 'Welcome to llms.py' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " llms-py"
7- version = " 2.0.20 "
7+ version = " 2.0.21 "
88description = " A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers"
99readme = " README.md"
1010license = " BSD-3-Clause"
Original file line number Diff line number Diff line change 1616
1717setup (
1818 name = "llms-py" ,
19- version = "2.0.20 " ,
19+ version = "2.0.21 " ,
2020 author = "ServiceStack" ,
2121 author_email = "team@servicestack.net" ,
2222 description = "A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers" ,
You can’t perform that action at this time.
0 commit comments