Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Baraaqasem
/
Chat
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
166787c
Chat
/
internal
/
version.go
Baraaqasem
Upload 711 files
651d019
verified
10 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
package
internal
import
"fmt"
var
Version =
""
var
Commit =
""
func
PrintableVersion
()
string
{
return
fmt.Sprintf(
"%s (%s)"
, Version, Commit)
}