Skip to content

Commit

Permalink
Remove unused langchain dependencies and clean up URL patterns for im…
Browse files Browse the repository at this point in the history
…proved readability
  • Loading branch information
DonnieBLT committed Jan 2, 2025
1 parent 3e2fed1 commit 19d534b
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 1,078 deletions.
7 changes: 4 additions & 3 deletions blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
delete_prize,
edit_prize,
)
from website.views.core import (
from website.views.core import ( # chatbot_conversation,
FacebookConnect,
FacebookLogin,
GithubConnect,
Expand All @@ -74,7 +74,6 @@
UploadCreate,
add_suggestions,
badge_list,
chatbot_conversation,
check_status,
donate_view,
facebook_callback,
Expand Down Expand Up @@ -795,7 +794,9 @@
update_bch_address,
name="update_bch_address",
),
path("api/chatbot/conversation/", chatbot_conversation, name="chatbot_conversation"),
# path(
# "api/chatbot/conversation/", chatbot_conversation, name="chatbot_conversation"
# ),
path("blt-tomato/", blt_tomato, name="blt-tomato"),
path(
"api/v1/projects/",
Expand Down
Loading

0 comments on commit 19d534b

Please sign in to comment.