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