MCPcopy Index your code
hub / github.com/Open-LLM-VTuber/Open-LLM-VTuber / parse_args

Function parse_args

run_server.py:110–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def parse_args():
111 parser = argparse.ArgumentParser(description="Open-LLM-VTuber Server")
112 parser.add_argument("--verbose", action="store_true", help="Enable verbose logging")
113 parser.add_argument(
114 "--hf_mirror", action="store_true", help="Use Hugging Face mirror"
115 )
116 return parser.parse_args()
117
118
119@logger.catch

Callers 1

run_server.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected