This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master by this push:
new f086a83 Examples configuration fixes.
new 62f55ff Merge remote-tracking branch 'origin/master'
f086a83 is described below
commit f086a8367bf322dcece30a3d67a92e3d900e9242
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Mar 28 22:27:19 2020 +0300
Examples configuration fixes.
---
src/main/resources/nlpcraft.conf | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/main/resources/nlpcraft.conf b/src/main/resources/nlpcraft.conf
index efa9721..0a15b3a 100644
--- a/src/main/resources/nlpcraft.conf
+++ b/src/main/resources/nlpcraft.conf
@@ -239,8 +239,7 @@ nlpcraft {
"org.apache.nlpcraft.examples.helloworld.HelloWorldModel",
"org.apache.nlpcraft.examples.time.TimeModel",
"org.apache.nlpcraft.examples.weather.WeatherModel",
- "org.apache.nlpcraft.examples.lightswitch.LightSwitchModel",
- "org.apache.nlpcraft.examples.sql.SqlModel"
+ "org.apache.nlpcraft.examples.lightswitch.LightSwitchModel"
// Requires 'google' on the server side.
// See https://nlpcraft.org/integrations.html#nlp for more details