Skip to content

olivia-ai/olivia-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Olivia's character

📟Console client for Olivia

WebsiteDiscordGetting startedContributorsLicense

Getting started

Console client for Olivia



How to use it.

For the first time - you can simple run - ./main Download it from here It's will create new default config file, and new logfile.

Example of config file:

{
 "port": "8080",
 "host": "localhost",
 "debug_level": "error",
 "bot_name": "Olivia",
 "user_token": "52fdfc072182654f163f5f0f9a621d729566c74d10037c4d7bbb0407d1e2c64981855ad8681d0d86d1e91e00167939cb6694"
}

Description:

  • bot_name - name for your bot (default - Olivia)
  • debug_level - verbosity (default - error)
  • host - host where is running server part of olivia (default - localhost)
  • port - the same about port
  • user_token - your own token (default - generated on the first run)

Contributors

docker installation

Thanks to @NerdDoc for the creation of this tool.

Licence

Licensed under MIT

Made with ❤️ by Hugo Lageneste

Olivia's wave