File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
opentrons-ai-client/src/resources Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ export const STAGING_CREATE_PROTOCOL_END_POINT =
8
8
export const STAGING_UPDATE_PROTOCOL_END_POINT =
9
9
'https://staging.opentrons.ai/api/chat/updateProtocol'
10
10
11
- export const PROD_END_POINT = 'https://opentrons.ai/api/chat/completion'
12
- export const PROD_FEEDBACK_END_POINT = 'https://opentrons.ai/api/chat/feedback'
11
+ export const PROD_END_POINT = 'https://ai.opentrons.com/api/chat/completion'
12
+ export const PROD_FEEDBACK_END_POINT =
13
+ 'https://ai.opentrons.com/api/chat/feedback'
13
14
export const PROD_CREATE_PROTOCOL_END_POINT =
14
- 'https://opentrons.ai /api/chat/createProtocol'
15
+ 'https://ai. opentrons.com /api/chat/createProtocol'
15
16
export const PROD_UPDATE_PROTOCOL_END_POINT =
16
- 'https://opentrons.ai /api/chat/updateProtocol'
17
+ 'https://ai. opentrons.com /api/chat/updateProtocol'
17
18
18
19
// auth0 domain
19
20
export const AUTH0_DOMAIN = 'identity.auth.opentrons.com'
@@ -24,7 +25,7 @@ export const STAGING_AUTH0_AUDIENCE = 'https://staging.opentrons.ai/api'
24
25
25
26
// auth0 for production
26
27
export const PROD_AUTH0_CLIENT_ID = 'b5oTRmfMY94tjYL8GyUaVYHhMTC28X8o'
27
- export const PROD_AUTH0_AUDIENCE = 'https://opentrons.ai /api'
28
+ export const PROD_AUTH0_AUDIENCE = 'https://ai. opentrons.com /api'
28
29
29
30
// auth0 for local
30
31
export const LOCAL_AUTH0_CLIENT_ID = 'PcuD1wEutfijyglNeRBi41oxsKJ1HtKw'
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ The Opentrons AI server is a FastAPI server that handles complex tasks like runn
9
9
Currently we have 2 environments: ` staging ` and ` prod ` .
10
10
11
11
- staging: < https://staging.opentrons.ai >
12
- - prod: < https://opentrons.ai >
13
-
14
- If your browser blocks cross site cookies, use < https://ai.opentrons.com > instead.
12
+ - prod: < https://ai.opentrons.com >
15
13
16
14
### Environment Variables and Secrets
17
15
You can’t perform that action at this time.
0 commit comments