Skip to content

Commit 0bdee03

Browse files
committed
Enhance: Add a few more repos to the allowlist
We shouldn't prombt the user about these repos.
1 parent bf86f18 commit 0bdee03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/script/useChatSocket.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ const useChatSocket = (isEmpty?: boolean) => {
1616
'github.com/gptscript-ai/gateway-provider',
1717
'github.com/gptscript-ai/gateway-creds',
1818
'github.com/gptscript-ai/gateway-oauth2',
19+
'github.com/gptscript-ai/knowledge',
20+
'github.com/gptscript-ai/answers-from-the-internet',
21+
'github.com/gptscript-ai/search-website',
1922
];
2023
// State
2124
const [socket, setSocket] = useState<Socket | null>(null);

0 commit comments

Comments
 (0)