- Sample docs loader

- Fix CLI scripts
This commit is contained in:
Cyber MacGeddon 2025-05-06 13:39:25 +01:00
parent 9e4eb634a4
commit e1d9003cba
34 changed files with 818 additions and 56 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
Dumps out the current prompts
Sets a model's token costs.
"""
import argparse
@ -67,7 +67,7 @@ def set_prompt(url, id, prompt, response, schema):
def main():
parser = argparse.ArgumentParser(
prog='tg-show-prompts',
prog='tg-set-token-costs',
description=__doc__,
)