Skip to content

Commit

Permalink
switch nlp api url to direct not cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
robertskmiles authored Feb 17, 2023
1 parent 39d6027 commit 652954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/semanticanswers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __str__(self):
def ask(self, question):
q = question.lower().strip()
url = (
"https://nlp.stampy.ai/api/search?query=%s"
"https://stampy-nlp-t6p37v2uia-uw.a.run.app/api/search?query=%s"
% urllib.parse.quote_plus(q)
)

Expand Down

0 comments on commit 652954f

Please sign in to comment.