mirror of
https://shylinux.com/x/ollama-story
synced 2025-07-03 21:08:08 +08:00
10 lines
169 B
Go
10 lines
169 B
Go
package main
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
_ "shylinux.com/x/ollama-story/src/client"
|
|
_ "shylinux.com/x/ollama-story/src/server"
|
|
)
|
|
|
|
func main() { print(ice.Run()) }
|