Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai>
This commit is contained in:
parent
f8c1f91b73
commit
d852219c4c
@ -14,7 +14,7 @@ license:
|
||||
name: AGPLv3
|
||||
url: https://github.com/janhq/nitro/blob/main/LICENSE
|
||||
servers:
|
||||
- url: http://localhost:1337/v1/
|
||||
- url: /v1
|
||||
tags:
|
||||
- name: Models
|
||||
description: List and describe the various models available in the API.
|
||||
@ -642,4 +642,4 @@ x-webhooks:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: specs/threads.yaml#/components/schemas/ThreadObject
|
||||
$ref: specs/threads.yaml#/components/schemas/ThreadObject
|
||||
|
||||
@ -116,7 +116,7 @@ export const startServer = async (configs?: ServerConfig) => {
|
||||
// Log server listening
|
||||
if (isVerbose)
|
||||
logServer(
|
||||
`Debug: JAN API listening at: http://${JAN_API_HOST}:${JAN_API_PORT}`
|
||||
`Debug: JAN API listening at: http://${hostSetting}:${portSetting}`
|
||||
);
|
||||
});
|
||||
} catch (e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user