All - Activity - UniQuest - Rasa Community Forum

Voice integration to rasa bot

How can I add voice to my existing rasa bot. It must even read the payload buttons. I tried using Mozilla deepspeech but currently the deepspeech library is removed and thus isn’t installing.

Integrate Cohere with Rasa Pro

Hey @Balowen, I am using Command R model which provides free trial key so that I could check the functioning before purchasing. I have even set the COHERE_API_KEY. The error says AttributeError(“module ‘cohere’ has no attribute ‘error’.”

config.yml file is as follows:

recipe: default.v1
language: en
pipeline:
  name: “LLMCommandGenerator”
  llm:
    type: “cohere”
    model: “command”
    temperature: 0.7
  embeddings:
    type: “cohere”
    model: “embed-english-v2.0”

policies:
  - name: FlowPolicy
    assistant_id: 20240402-153011-kind-salmon