Flow class -> flow blueprint

This commit is contained in:
Cyber MacGeddon 2026-01-14 12:03:36 +00:00
parent 810e6b96c0
commit 4e5f73f597

View file

@ -18,7 +18,7 @@ def show_config(url, token=None):
api = Api(url, token=token).config()
models = api.list("token-costs")
models = api.list("token-cost")
costs = []
@ -29,7 +29,7 @@ def show_config(url, token=None):
try:
values = json.loads(api.get([
ConfigKey(type="token-costs", key=model),
ConfigKey(type="token-cost", key=model),
])[0].value)
costs.append((
model,