We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa7b15 commit 5cd0be9Copy full SHA for 5cd0be9
components/Chat/SystemNodes.tsx
@@ -74,7 +74,7 @@ const SystemNodes: React.FC = () => {
74
if (api === '' || api === '..') {
75
const host = window.location.host;
76
if (host === 'gaianet.ai' || host === 'www.gaianet.ai') {
77
- handleApiChange(`https://llama3.gaianet.network`);
+ handleApiChange(`https://knowledge.gaianet.network`);
78
} else {
79
handleApiChange(`https://knowledge.gaianet.xyz`);
80
}
0 commit comments