Spaces:
Runtime error
Runtime error
File size: 67 Bytes
98f8e86 |
1 2 3 4 5 6 7 8 |
package main
import "llm-cli/cmd"
func main() {
cmd.Execute()
}
|