mikav / examples /chat.py
mikav-dev's picture
Initial Mikav project scaffold
0912b10 verified
Raw
History Blame Contribute Delete
166 Bytes
"""Simple chat-style generation example."""
def main() -> None:
print("Load mikav-instruct here and run chat prompts.")
if __name__ == "__main__":
main()