MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / printHelp

Function printHelp

common/init.go:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19)
20
21func printHelp() {
22 fmt.Println("MIX API " + Version + " - All in one API service for OpenAI API.")
23 fmt.Println("Copyright (C) 2023 JustSong. All rights reserved.")
24 fmt.Println("GitHub: https://github.com/songquanpeng/one-api")
25 fmt.Println("Usage: one-api [--port <port>] [--log-dir <log directory>] [--version] [--help]")
26}
27
28func InitEnv() {
29 flag.Parse()

Callers 1

InitEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected