Skip to content

Commit

Permalink
Merge pull request #29 from WDAqua/fix/new-envs
Browse files Browse the repository at this point in the history
Fix/new envs
  • Loading branch information
Wutras authored Oct 30, 2023
2 parents 20e9275 + 22298fe commit 39297ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qanary-ui",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"dependencies": {
"@qanary/spring-boot-health-check": "1.2.1",
Expand Down
7 changes: 6 additions & 1 deletion template.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ CHATBOT_FRONTEND_URL=""
DEFAULT_CHATBOT_BACKEND_URL=""
DEFAULT_CHATBOT_COMPONENTS=[]
INITIAL_QUESTION_PARAMETER_NAME="question"
DEFAULT_BACKEND_TYPE="rasa"
DEFAULT_BACKEND_TYPE="rasa"
PAGE_TITLE_EN="General purpose chatbot demonstrator"
PAGE_TITLE_DE="Allgemeiner Chatbot Demonstrator"
DEFAULT_THEME="default"
INITIAL_MESSAGE_TEXT_EN="Hello. I am a chatbot that is passing your requests to the Question Answering system available at {{url}}."
INITIAL_MESSAGE_TEXT_DE="Hallo. Ich bin ein Chatbot, der Ihre Fragen an das Question-Answering-System auf {{url}} weiterleitet."

0 comments on commit 39297ba

Please sign in to comment.