Skip to content

Commit

Permalink
Update lab4-draft.org
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-berman authored Feb 10, 2023
1 parent b092ae7 commit 838e8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/lab4-draft.org
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ In order to use your trained model in your dialogue system, you first need to de
Upgrade your codebase to get NLU results from Azure by merging a change that we have prepared, as follows:
- In the github web interface, create a new branch for your fork, with the name "azure-nlu". As source, choose the "azure-nlu" branch from the GU-CLASP repo.
- In your local working copy, fetch branches. If you use the "git" command-line interface, you can run "git fetch".
- Before the next step, I recommend that you commit any uncommited changes you may have.
- In your local working copy, merge the "azure-nlu" branch, e.g. with "git merge azure-nlu". If there are any conflicts, you will need to resolve them.

Then, configure your NLU by adding the following attributes in static/index.html:
Expand Down

0 comments on commit 838e8ee

Please sign in to comment.