-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add port argument for rasa interactive #4709
Comments
Hi, I am interested to take up this issue and work on it. Pls let me know. |
Awesome @pnandhini11! I'll assign you to the issue. Let me know if you need any help :) Do you know how to open a PR against our repository in general? |
Hi @erohmensing , I made the necessary changes(in my local) to change the parser arguments to accept port from command line prompt for interactive learning. Can you tell me how to submit the code changes for your review? |
Hi @erohmensing , Can you help me to open PR against our repository? |
Sure thing! Here is our tutorial for making code contributions, let me know if you have any specific questions regarding it: https://forum.rasa.com/t/how-to-make-a-code-contribution-to-rasa/11291 |
Description of Problem:
We can currently run a rasa server and a rasa x server on a specified port instead of the default, but there is no option to do this for
rasa interactive
. https://forum.rasa.com/t/how-to-run-rasa-interactive-in-a-different-port/10517/6Overview of the Solution:
-p, --port
argument torasa interactive
DEFAULT_SERVER_PORT
if the argument is not passed (where it currently runs)Definition of Done:
-p
argument defined manually testedThe text was updated successfully, but these errors were encountered: