|
22 | 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=` |
23 | 23 | 3. Run `npm install` and `npm run dev` to install dependencies and run locally |
24 | 24 |
|
25 | | -## Future Tasks |
| 25 | +## Contributing |
26 | 26 |
|
27 | | -- [ ] Add evals with Braintrust |
28 | | -- [ ] Experiment with a prompt rewriter and launch this as well |
29 | | -- [ ] Make the toast that opens better like a modal for sharability |
30 | | -- [ ] Add sharability to people can take their apps and share them publicly |
31 | | -- [ ] Add the ability to toggle on and off shadcn components and others |
32 | | -- [ ] Launch support for different themes – somehow pass down variables to components |
33 | | -- [ ] Add dynamic OG images to the specific generations & include the prompt |
34 | | -- [ ] Add more dynamic OG images for playwright |
35 | | -- [ ] Address issue of ability to publish the same app repeatedly |
36 | | -- [ ] Try chain of thought reasoning to see if it works better overall |
37 | | -- [ ] Encourage best practices by making the input and textarea & having pills to generate apps w/ good prompts |
38 | | -- [ ] Add more customizability in terms of changing the prompt, temperature, ect... |
39 | | -- [ ] Save previous versions so people can go back and forth between the generated ones |
40 | | -- [ ] Could be nice to show a "featured apps" route on the site on /featured. Have a /id/${prompt} dynamic route that can display a bunch of nice example apps in the sandbox ready to go |
41 | | -- [ ] Support more languages starting with Python, check out E2B |
42 | | -- [ ] Try chain of thought reasoning to see if it works better overall |
43 | | -- [ ] Try finetuning a smaller model on good prompts from 405b or GPT-4/Claude |
44 | | -- [ ] Add dark mode to the site overall, nice design change |
45 | | -- [ ] Surface errors better in codesandbox to the user so people know what is wrong |
46 | | -- [ ] Think about how to have 405B correct itself (sometimes it makes up imports) |
47 | | -- [ ] New route for updateCode that only sends the latest generated code + the modify request |
48 | | -- [ ] Fix bug where if a user edits the code, then does a change, it doesn't use the edited code |
49 | | -- [ ] Apply code diffs directly instead of asking the model to generate the code from scratch |
50 | | -- [ ] Add the ability to upload things like a screenshot for it to start from that |
| 27 | +For contributing to the repo, please see the [contributing guide](./CONTRIBUTING.md). |
0 commit comments