LLM-GO / src /llm_go /__init__.py
LesterCerioli's picture
Building first version from Golang LLM
a58ece3
Raw
History Blame Contribute Delete
138 Bytes
"""llm-go: A Go-specialized large language model."""
__version__ = "0.1.0"
__author__ = "llm-go contributors"
__license__ = "Apache-2.0"