Chatterbox / main.py
j
update to upstream chatterbox implementation, fixes token filtering/clamping
f98c92f
raw
history blame
91 Bytes
def main():
print("Hello from ta-chatterbox!")
if __name__ == "__main__":
main()