Skip to content

Commit 5cd0be9

Browse files
committed
update portal default subdomain
1 parent 6aa7b15 commit 5cd0be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Chat/SystemNodes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const SystemNodes: React.FC = () => {
7474
if (api === '' || api === '..') {
7575
const host = window.location.host;
7676
if (host === 'gaianet.ai' || host === 'www.gaianet.ai') {
77-
handleApiChange(`https://llama3.gaianet.network`);
77+
handleApiChange(`https://knowledge.gaianet.network`);
7878
} else {
7979
handleApiChange(`https://knowledge.gaianet.xyz`);
8080
}

0 commit comments

Comments
 (0)