|
@@ -3,7 +3,7 @@ import { useRequest, useModel } from '@umijs/max';
|
|
|
import { request } from 'umi';
|
|
|
import { Empty } from 'antd';
|
|
|
|
|
|
-const GPT_HOST = 'http://120.55.44.4:8677';
|
|
|
+const GPT_HOST = 'https://greengpt.greentech.com.cn';
|
|
|
|
|
|
function GreenGPT() {
|
|
|
const { initialState } = useModel('@@initialState');
|