Skip to content

Incredible88/Chatbot-with-LLM-and-RASA

Repository files navigation

Get start

rasa run actions
rasa run

Sent the first message

$headers = @{
    'Content-type' = 'application/json'
}

$body = @{
    text = 'Hello, World!'
} | ConvertTo-Json

Invoke-WebRequest -Uri 'https://hooks.slack.com/services/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' -Method Post -Headers $headers -Body $body

Screenshot of the APP

image

About

Banking chatbot intergrate with LLMs and Rasa

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages