Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
go-chatgpt-api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
33372c8
go-chatgpt-api
/
env
/
env.go
dvc890
Upload 25 files
36a4021
almost 2 years ago
raw
Copy download link
history
blame
Safe
131 Bytes
package
env
import
(
"github.com/joho/godotenv"
)
//goland:noinspection GoUnhandledErrorResult
func
init
()
{
godotenv.Load()
}