fix: update repository links

This commit is contained in:
Laisky.Cai
2025-01-26 12:29:20 +00:00
parent 92a21f64eb
commit 303ab407d0
5 changed files with 8 additions and 8 deletions

View File

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