cleverbot fixed
This commit is contained in:
parent
b3a4fec141
commit
838e014f73
@ -30,9 +30,9 @@ namespace Services.CleverBotApi
|
|||||||
public static ChatterBot Create(ChatterBotType type, object arg)
|
public static ChatterBot Create(ChatterBotType type, object arg)
|
||||||
{
|
{
|
||||||
#if GLOBAL_NADEKO
|
#if GLOBAL_NADEKO
|
||||||
var url = "http://www.cleverbot.com/webservicemin?uc=3210&botapi=nadekobot";
|
var url = "http://www.cleverbot.com/webservicemin?uc=777&botapi=nadekobot";
|
||||||
#else
|
#else
|
||||||
var url = "http://www.cleverbot.com/webservicemin?uc=3210&botapi=chatterbotapi";
|
var url = "http://www.cleverbot.com/webservicemin?uc=777&botapi=chatterbotapi";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
switch (type)
|
switch (type)
|
||||||
|
Loading…
Reference in New Issue
Block a user