Commit bd9d83e6 by archer

img and push data size

parent b66952ad
...@@ -31,7 +31,7 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接 ...@@ -31,7 +31,7 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接
## 🏘️ 交流群 ## 🏘️ 交流群
添加 wx 进入: 添加 wx 进入:
![Demo](https://otnvvf-imgs.oss.laf.run/wx300.png) ![Demo](https://otnvvf-imgs.oss.laf.run/wx300.jpg)
## 👀 其他 ## 👀 其他
......
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
请 WX 联系: fastgpt123 请 WX 联系: fastgpt123
| 交流群 | 小助手 | | 交流群 | 小助手 |
| ----------------------- | -------------------- | | ----------------------- | -------------------- |
| ![](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.png) | | ![](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.jpg) |
...@@ -31,4 +31,4 @@ wx 号: fastgpt123 ...@@ -31,4 +31,4 @@ wx 号: fastgpt123
| 交流群 | 小助手 | | 交流群 | 小助手 |
| ------------------------------------------------- | ---------------------------------------------- | | ------------------------------------------------- | ---------------------------------------------- |
| ![](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.png) | | ![](https://otnvvf-imgs.oss.laf.run/wxqun300.jpg) | ![](https://otnvvf-imgs.oss.laf.run/wx300.jpg) |
...@@ -23,7 +23,7 @@ const WxConcat = ({ onClose }: { onClose: () => void }) => { ...@@ -23,7 +23,7 @@ const WxConcat = ({ onClose }: { onClose: () => void }) => {
<ModalBody textAlign={'center'}> <ModalBody textAlign={'center'}>
<Image <Image
style={{ margin: 'auto' }} style={{ margin: 'auto' }}
src={'https://otnvvf-imgs.oss.laf.run/wx300.png'} src={'https://otnvvf-imgs.oss.laf.run/wx300.jpg'}
width={'200px'} width={'200px'}
height={'200px'} height={'200px'}
alt="" alt=""
......
...@@ -91,3 +91,11 @@ export default withNextCors(async function handler(req: NextApiRequest, res: Nex ...@@ -91,3 +91,11 @@ export default withNextCors(async function handler(req: NextApiRequest, res: Nex
}); });
} }
}); });
export const config = {
api: {
bodyParser: {
sizeLimit: '100mb'
}
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment