Skip to content

Commit

Permalink
update NLP endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Nov 1, 2023
1 parent 983f2b3 commit 170e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stampy_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
DATA_HEADER = 'data: '

STAMPY_CHAT_ENDPOINT = "https://chat.stampy.ai:8443/chat"
NLP_SEARCH_ENDPOINT = "https://stampy-nlp-t6p37v2uia-uw.a.run.app/"
NLP_SEARCH_ENDPOINT = "https://nlp.stampy.ai"

STAMPY_ANSWER_MIN_SCORE = 0.75
STAMPY_CHAT_MIN_SCORE = 0.4
Expand Down

0 comments on commit 170e261

Please sign in to comment.