Update app.properties
This commit is contained in:
@@ -19,6 +19,12 @@ spring:
|
|||||||
jwt:
|
jwt:
|
||||||
issuer-uri: https://sts.windows.net/e0793d39-0939-496d-b129-198edd916feb/
|
issuer-uri: https://sts.windows.net/e0793d39-0939-496d-b129-198edd916feb/
|
||||||
ai:
|
ai:
|
||||||
|
retry:
|
||||||
|
max-attempts: 3
|
||||||
|
backoff:
|
||||||
|
initial-interval: 1000
|
||||||
|
multiplier: 2
|
||||||
|
max-interval: 10000
|
||||||
azure:
|
azure:
|
||||||
openai:
|
openai:
|
||||||
endpoint: "https://ai-olympus-new.openai.azure.com/"
|
endpoint: "https://ai-olympus-new.openai.azure.com/"
|
||||||
@@ -28,8 +34,8 @@ spring:
|
|||||||
vectorstore:
|
vectorstore:
|
||||||
chroma:
|
chroma:
|
||||||
client:
|
client:
|
||||||
host: "http://128.251.239.194"
|
host: "http://108.142.36.18"
|
||||||
port: "8000"
|
port: "80"
|
||||||
key-token: "BxZWXFXC4UMSxamf5xP5SioGIg3FPfP7"
|
key-token: "BxZWXFXC4UMSxamf5xP5SioGIg3FPfP7"
|
||||||
initialize-schema: "true"
|
initialize-schema: "true"
|
||||||
collection-name: "olympus"
|
collection-name: "olympus"
|
||||||
|
|||||||
Reference in New Issue
Block a user