Use API
.API URL
enter your server or ngrok address. You can use your machineโs public IP or DNS. Otherwise, employ a proxy server like ngrok to make your local bot accessible..env
as POE_API_KEY
.OPENAI_API_KEY
for generating embeddings and using LLM. Copy your OpenAI API key from here and paste it in .env
as OPENAI_API_KEY
.your_script.py
and then simply do8080
by default.
Run check
to make sure your machine can be reached.
Create bot
at the bottom to finally create the bot
.add
as you like. You need to restart the server.