Skip to content

Commit

Permalink
remove local test env settings
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed May 31, 2024
1 parent 9270853 commit c9cb7d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opentrons-ai-client/src/resources/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// ToDo (kk:05/29/2024) this should be switched by env var
export const BASE_URL = 'http://localhost:8000'
export const END_POINT = `${BASE_URL}/api/chat/completion`
// export const END_POINT = 'https://staging.opentrons.ai/api/chat/completion'
export const END_POINT = 'https://staging.opentrons.ai/api/chat/completion'

// for auth0
export const AUTH0_DOMAIN = 'identity.auth.opentrons.com'
Expand Down

0 comments on commit c9cb7d5

Please sign in to comment.