diff --git a/README.md b/README.md index 980b92d9e..0c694e1df 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Stay ahead of the curve with big-AGI. 🚀 Pros & Devs love big-AGI. 🤖 > 🚀 Big-AGI 2 is launching Q4 2024. Be the first to experience it before the public release. > -> 👉 [Apply for Early Access](https://y2rjg0zillz.typeform.com/to/FDggwwZv?utm_source=github&utm_medium=readme&utm_campaign=ba20) +> 👉 [Apply for Early Access](https://y2rjg0zillz.typeform.com/to/ZSADpr5u?utm_source=gh-stable&utm_medium=readme&utm_campaign=ea2) Or fork & run on Vercel diff --git a/src/apps/news/bigAgi2.data.tsx b/src/apps/news/bigAgi2.data.tsx index b3e162078..d74e7458d 100644 --- a/src/apps/news/bigAgi2.data.tsx +++ b/src/apps/news/bigAgi2.data.tsx @@ -7,7 +7,7 @@ import LaunchIcon from '@mui/icons-material/Launch'; import { Link } from '~/common/components/Link'; -const bigAgi2SurveyUrl = 'https://y2rjg0zillz.typeform.com/to/FDggwwZv?utm_source=github&utm_medium=callout&utm_campaign=ba20'; +const bigAgi2SurveyUrl = 'https://y2rjg0zillz.typeform.com/to/ZSADpr5u?utm_source=gh-stable&utm_medium=news&utm_campaign=ea2'; export const bigAgi2NewsCallout = diff --git a/src/apps/news/news.data.tsx b/src/apps/news/news.data.tsx index aac681c87..0f3094f6c 100644 --- a/src/apps/news/news.data.tsx +++ b/src/apps/news/news.data.tsx @@ -85,7 +85,7 @@ export const NewsItems: NewsItem[] = [ { text: <>1.16.6: Groq Llama 3.1 support }, { text: <>1.16.7: Gpt-4o 2024-08-06 }, { text: <>1.16.8: ChatGPT-4o latest }, - { text: <>OpenAI o1 and newer models require Big-AGI 2. Sign up here }, + { text: <>OpenAI o1 and newer models require Big-AGI 2. Sign up here }, ], }, { diff --git a/vercel_PRODUCTION.json b/vercel_PRODUCTION.json index 024c88738..8b9e26e26 100644 --- a/vercel_PRODUCTION.json +++ b/vercel_PRODUCTION.json @@ -1,7 +1,7 @@ { "functions": { - "app/api/trpc-node/**/*": { - "maxDuration": 25 + "api/trpc-node/**/*": { + "maxDuration": 30 } } } \ No newline at end of file