Update init.go

This commit is contained in:
analogpvt 2023-05-19 22:36:01 +05:30 committed by GitHub
parent e75392aaf8
commit 9b033b7ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ var (
) )
func printHelp() { func printHelp() {
fmt.Println("One API " + Version + " - All in one API service for OpenAI API.") fmt.Println("ANALOG AI" + Version + " - All in one API service for OpenAI API.")
fmt.Println("Copyright (C) 2023 JustSong. All rights reserved.") fmt.Println("Copyright (C) 2023 ANALOGAI. All rights reserved.")
fmt.Println("GitHub: https://github.com/songquanpeng/one-api") fmt.Println("GitHub: https://github.com/analogpvt/one-api-en")
fmt.Println("Usage: one-api [--port <port>] [--log-dir <log directory>] [--version] [--help]") fmt.Println("Usage: one-api-en [--port <port>] [--log-dir <log directory>] [--version] [--help]")
} }
func init() { func init() {