Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 246 Bytes

cleverbot_luvit

lit install Kogiku/cleverbot

Usage example:

local cb = require('cleverbot')
local key = 'YOUR_API_KEY'

print(cb.talk('hello', key))
-- or
print(cb.talk('hello', key, false)) -- disable/clear conversation state