Skip to content

Commit cd5c035

Browse files
committed
Update dub links
1 parent 0336020 commit cd5c035

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Tech stack
1111

1212
- [Llama 3.1 405B](https://ai.meta.com/blog/meta-llama-3-1/) from Meta for the LLM
13-
- [Together AI](https://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup) for LLM inference
13+
- [Together AI](https://togetherai.link/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup) for LLM inference
1414
- [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox
1515
- Next.js app router with Tailwind
1616
- Helicone for observability
@@ -19,7 +19,7 @@
1919
## Cloning & running
2020

2121
1. Clone the repo: `git clone https://github.com/Nutlope/llamacoder`
22-
2. Create a `.env` file and add your [Together AI API key](https://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup): `TOGETHER_API_KEY=`
22+
2. Create a `.env` file and add your [Together AI API key](https://togetherai.link/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup): `TOGETHER_API_KEY=`
2323
3. Run `npm install` and `npm run dev` to install dependencies and run locally
2424

2525
## Contributing

app/(main)/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function Home() {
6767
<div className="mt-10 flex grow flex-col items-center px-4 lg:mt-16">
6868
<a
6969
className="mb-4 inline-flex shrink-0 items-center rounded-full border-[0.5px] bg-white px-7 py-2 text-xs text-gray-800 shadow-[0px_1px_1px_0px_rgba(0,0,0,0.25)] md:text-base"
70-
href="https://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup"
70+
href="https://togetherai.link/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup"
7171
target="_blank"
7272
>
7373
<span className="text-center">
@@ -321,14 +321,14 @@ export default function Home() {
321321
<div className="font-medium">
322322
Built with{" "}
323323
<a
324-
href="https://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup"
324+
href="https://togetherai.link/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup"
325325
className="font-semibold text-blue-600 underline-offset-4 transition hover:text-gray-700 hover:underline"
326326
>
327327
Llama 3.1
328328
</a>{" "}
329329
and{" "}
330330
<a
331-
href="https://dub.sh/together-ai/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup"
331+
href="https://togetherai.link/?utm_source=example-app&utm_medium=llamacoder&utm_campaign=llamacoder-app-signup"
332332
className="font-semibold text-blue-600 underline-offset-4 transition hover:text-gray-700 hover:underline"
333333
>
334334
Together AI

0 commit comments

Comments
 (0)