Server: Remove unused comments
Leftovers from the new API server log system. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
4958c06813
commit
a00d972054
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ async def start_api(host: str, port: int):
|
|||
|
||||
# TODO: Move OAI API to a separate folder
|
||||
logger.info(f"Developer documentation: http://{host}:{port}/redoc")
|
||||
# logger.info(f"Completions: http://{host}:{port}/v1/completions")
|
||||
# logger.info(f"Chat completions: http://{host}:{port}/v1/chat/completions")
|
||||
|
||||
# Setup app
|
||||
app = setup_app(host, port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue