Skip to content

Commit

Permalink
update jaicf/caila host urls for production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Denire committed Jul 17, 2020
1 parent 04a793e commit 13be1ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package com.justai.jaicf.activator.caila

const val DEFAULT_CAILA_URL = "https://app.jaicp.com/cailapub"

data class CailaNLUSettings(
val accessToken: String,
val confidenceThreshold: Double = 0.2,
val cailaUrl: String = "http://jaicf01-demo-htz.lab.just-ai.com/cailapub/api/caila/p"
val cailaUrl: String = "$DEFAULT_CAILA_URL/api/caila/p"
)
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
allprojects {

group = "com.justai.jaicf"
version = "0.5.1"
version = "0.5.2"

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.justai.jaicf.channel.jaicp

import com.justai.jaicf.api.BotApi

const val DEFAULT_PROXY_URL = "https://jaicf01-demo-htz.lab.just-ai.com/chatadapter"
const val DEFAULT_PROXY_URL = "https://bot.jaicp.com"

/**
* Basic interface for JAICP Connectors
Expand Down

0 comments on commit 13be1ef

Please sign in to comment.