index
:
llm-council.git
master
Unnamed repository; edit this file 'description' to name the repository.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.py
blob: 1f1151ee8e63e4b18024fb032fd1c4aca1e068fa (
plain
)
1
2
3
4
5
6
def main(): print("Hello from llm-council!") if __name__ == "__main__": main()