Skip to content

Commit 6da51d8

Browse files
committed
fix CI errors and update webhook
1 parent d24fdcf commit 6da51d8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

pcweb/components/docpage/navbar/inkeep.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""UI and logic inkeep chat component."""
22

3-
from typing import List, Any
4-
53
import reflex as rx
6-
from reflex.event import EventHandler
74
from reflex.utils.imports import ImportVar
85
from reflex.vars import Var
96

@@ -74,7 +71,7 @@ def add_hooks(self):
7471
buttons: {
7572
submit: {
7673
onSubmit: async ({ values, conversation }) => {
77-
const webhookUrl = 'https://discord.com/api/webhooks/1313281051765903372/5w4g9xxKa5naY5I6I9esNxeT5rI66t75MniNNPFM7bBoagQuDZamgqQdoHIFqYh6x_7J'
74+
const webhookUrl = 'https://discord.com/api/webhooks/1338969279760044112/W9BeoqhcHGvi3uIRPoGgYwybFfxeH1g0yWANxBS-tQ8XbSN32SzCV6IVjkHLfjlc_hJn'
7875
if (!webhookUrl) {
7976
console.error('Discord webhook URL is not set in the environment.')
8077
return

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plotly-express==0.4.1
66
googletrans-py==4.0.0
77
typesense==0.14.0
88
openai==1.13.3
9-
pyyaml==6.0.1
9+
pyyaml>=6.0.1
1010
flexdown>=0.1.5a12,<0.2
1111
reflex @ git+https://github.com/reflex-dev/reflex@main
1212
mistletoe>=1.2.1

0 commit comments

Comments
 (0)