# Hugging face LLM instead of OpenAI

sure,
recipe: default.v1
language: en
pipeline:
- name: LLMCommandGenerator
  llm:
    type: "huggingface_hub"
    repo_id: "HuggingFaceH4/zephyr-7b-beta"
    task: "text-generation"

# model_name: gpt-4
policies:
- name: FlowPolicy
# - name: rasa_plus.ml.DocsearchPolicy
# - name: RulePolicy
as…

---

Hi,
I’m new to rasa pro I want to use hugging face for the LLM instead of OpenAI.
I’m getting this error while running.

C:\Users\chandrasekhar.m\AppData\Local\anaconda3\envs\plus\lib\site-packages\huggingface_hub\utils_deprecation.py:131: FutureWarning: ‘InferenceApi’ (from ‘huggingface_hub.infe…

---

hi
thanks for the reply.
solved it in running below command in cmd
set RASA_PRO_LICENSE=<your-license-string>

---

hi,
can you tell me how you gave the developer key ?

---

hi [@Arjaan](https://forum.rasa.com/u/arjaan) ,
thanks for the reply

im using windows 10 pro version
firstly, for pip installation i didn’t find %VIRTUAL_ENV%\pip.ini as per the docs in rasa pro
Even if i created a file with the name pip.ini and pasted the following code [global]
extra-index-url = https://europe-west3-python.pkg.de…

---

I have been trying to install rasa pro version in my laptop but im not able to do that
i read the rasa pro docs but not much understand.
if anybody tried rasa pro in windows, please help me to understand how can i install.

---

As I’m using windows and not able to create a rasa pro project as i got the pro developer key
but I don’t know how to start using the pro version locally.
I read the rasa docs but not understand properly i would like to hear from someone who already did it so that I may relate it.
please help me t…

---

Can you send a custom action of transferring to the live agent?
so that I can relate with my current implimentation

---

Hi all,
i want to experiment on Rasa with WeChat channel integration, but I don’t have any idea how to do that. Any help is appreciated
thanks in advance

---

hi Stephens,
thanks for the reply
if you give any examples on this other than "help desk " it could help me to understand better.
thank you

---

hi [@rizwanisready](https://forum.rasa.com/u/rizwanisready) have you done hand off successfully
I have been stuck here for a long time
please help me

---

hey [@sushilr007](https://forum.rasa.com/u/sushilr007) can you elaborate how to do socket programing in rasa website chatbot
I’m stuck here for a long time please help to get out of this problem

---

thanks for your response
But it only handing off to another bot its not my use case
I’m using a website chatbot from there if the user wants to talk with a live agent rasa should stop chatting with the user and the admin should start talking with the user.
thank you

---

hi [@Johan1us](https://forum.rasa.com/u/johan1us) if you have done it working please let me know
I’m also stuck here for a long time
thank you

---

hi can you please tell me how this will working for you
i have tried but its not working for me

---

[@Arshad00a](https://forum.rasa.com/u/arshad00a) please help me on this if you figure it out how to hand off the rasa chatbot to a human
I have been stuck here for a long time
please help me out with this problem
thanks in advance

---

Hi, [@nik202](https://forum.rasa.com/u/nik202)
can we add any title of the chatbot for the same widget
please let me know how we can add
thanks in advance

---

I built a rasa chatbot and I need to connect my bot to a human agent,
whenever the bot is connected to the human agent (client), bot should stop sending responses and the client will directly chat with the user
please help me how to implement this functionality
any help is appreciated

---

yes you can write the test stories under the
tests
folder there is
test_stories.yml
there you can specify the test stories patterns.
