Skip to content

Commit

Permalink
Merge remote-tracking branch 'opensource/main-stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Oct 12, 2024
2 parents 782c0cf + 1adff74 commit ee01085
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/apps/news/bigAgi2.data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
<Card variant='solid' invertedColors>
Expand Down
2 changes: 1 addition & 1 deletion src/apps/news/news.data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const NewsItems: NewsItem[] = [
{ text: <>1.16.6: Groq <B>Llama 3.1</B> support</> },
{ text: <>1.16.7: Gpt-4o <B>2024-08-06</B></> },
{ text: <>1.16.8: <B>ChatGPT-4o</B> latest</> },
{ text: <>OpenAI <B>o1</B> and newer models require Big-AGI 2. <B href='https://y2rjg0zillz.typeform.com/to/FDggwwZv?utm_source=github&utm_medium=news116&utm_campaign=ba20'>Sign up here</B></> },
{ text: <>OpenAI <B>o1</B> and newer models require Big-AGI 2. <B href='https://y2rjg0zillz.typeform.com/to/ZSADpr5u?utm_source=gh-stable&utm_medium=news&utm_campaign=ea2'>Sign up here</B></> },
],
},
{
Expand Down
4 changes: 2 additions & 2 deletions vercel_PRODUCTION.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"functions": {
"app/api/trpc-node/**/*": {
"maxDuration": 25
"api/trpc-node/**/*": {
"maxDuration": 30
}
}
}

0 comments on commit ee01085

Please sign in to comment.