File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed
Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4141except ImportError :
4242 HAS_PIL = False
4343
44- VERSION = "3.0.8 "
44+ VERSION = "3.0.9 "
4545_ROOT = None
4646DEBUG = os .getenv ("DEBUG" ) == "1"
4747MOCK = os .getenv ("MOCK" ) == "1"
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.8 ' ,
9+ version : '3.0.9 ' ,
1010 base,
1111 prefsKey,
1212 welcome : 'Welcome to llms.py' ,
Original file line number Diff line number Diff line change 535535 .mx-2 {
536536 margin-inline : calc (var (--spacing ) * 2 );
537537 }
538+ .mx-4 {
539+ margin-inline : calc (var (--spacing ) * 4 );
540+ }
538541 .mx-auto {
539542 margin-inline : auto;
540543 }
613616 .mr-16 {
614617 margin-right : calc (var (--spacing ) * 16 );
615618 }
619+ .-mb-4 {
620+ margin-bottom : calc (var (--spacing ) * -4 );
621+ }
616622 .-mb-px {
617623 margin-bottom : -1px ;
618624 }
965971 .max-w-lg {
966972 max-width : var (--container-lg );
967973 }
974+ .max-w-md {
975+ max-width : var (--container-md );
976+ }
968977 .max-w-none {
969978 max-width : none;
970979 }
971980 .max-w-sm {
972981 max-width : var (--container-sm );
973982 }
983+ .max-w-xl {
984+ max-width : var (--container-xl );
985+ }
974986 .max-w-xs {
975987 max-width : var (--container-xs );
976988 }
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.8 "
7+ version = " 3.0.9 "
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.8 " ,
18+ version = "3.0.9 " ,
1919 author = "ServiceStack" ,
20202121 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