File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 HAS_PIL = False
5858
5959_ROOT = None
60- VERSION = "3.0.24 "
60+ VERSION = "3.0.25 "
6161DEBUG = os .getenv ("DEBUG" ) == "1"
6262MOCK = os .getenv ("MOCK" ) == "1"
6363MOCK_DIR = os .getenv ("MOCK_DIR" )
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 : '3.0.24 ' ,
9+ version : '3.0.25 ' ,
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 = " 3.0.24 "
7+ version = " 3.0.25 "
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 1515
1616setup (
1717 name = "llms-py" ,
18- version = "3.0.24 " ,
18+ version = "3.0.25 " ,
1919 author = "ServiceStack" ,
2020 author_email = "team@servicestack.net" ,
2121 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