Skip to content

Simplicity-Poland/ChatterBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatterBox

Talk to your Netbox with a Langchain

Getting started

Clone the repo

Make a .env file inside the packet_buddy folder (where the chatterbox.py file is located; /chatterbox/chatterbox/)

put this in the file:

OPENAI_API_KEY="<your openapi api key>"
NETBOX_TOKEN='<your netbox API token>'
NETBOX_URL='https://demo.netbox.dev' (replace with the URL of your NetBox) 

Bring up the server

docker-compose up

Visit localhost

http://localhost:8585

About

Talk to your Netbox with a Langchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.7%
  • Dockerfile 8.9%
  • Shell 0.4%