Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
samholt committed Apr 23, 2024
1 parent 7f66787 commit 46f8856
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ print(codebase) # it will print the codebase (repo) complete with all the files

## Tutorial

- 🗒 [Online Documentation](https://samholt.github.io/l2mac/)
- 🗒 [Online Documentation](https://samholt.github.io/L2MAC/)
- 💻 [Usage](https://github.com/samholt/L2MAC/guide/get_started/quickstart.html)
- 🔎 [What can L2MAC do?](https://samholt.github.io/l2mac/guide/get_started/introduction.html)
- 🖼️ [Gallery of Examples Produced](https://samholt.github.io/l2mac/guide/use_cases/gallery.html)
- 🔎 [What can L2MAC do?](https://samholt.github.io/L2MAC/guide/get_started/introduction.html)
- 🖼️ [Gallery of Examples Produced](https://samholt.github.io/L2MAC/guide/use_cases/gallery.html)
- 🛠 How to run L2MAC?
- [L2MAC Usage & Development Guide | L2MAC 101](https://samholt.github.io/l2mac/guide/tutorials/l2mac_101.html)
- [L2MAC Usage & Development Guide | L2MAC 101](https://samholt.github.io/L2MAC/guide/tutorials/l2mac_101.html)
- 🧑‍💻 Contribution
- [Development Roadmap](https://samholt.github.io/l2mac/guide/roadmap.html)
- [Development Roadmap](https://samholt.github.io/L2MAC/guide/roadmap.html)
- 🔖 Use Cases
- [Create a state-of-the-art large codebase](https://samholt.github.io/l2mac/guide/use_cases/codebase_generator.html)
- [Create an entire book](https://samholt.github.io/l2mac/guide/use_cases/book_generator.html)
-[FAQs](https://samholt.github.io/l2mac/guide/faq.html)
- [Create a state-of-the-art large codebase](https://samholt.github.io/L2MAC/guide/use_cases/codebase_generator.html)
- [Create an entire book](https://samholt.github.io/L2MAC/guide/use_cases/book_generator.html)
-[FAQs](https://samholt.github.io/L2MAC/guide/faq.html)

## Support

Expand Down
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ export default defineConfig({
math: true,
},
title: "L2MAC",
base: "/l2mac/",
base: "/L2MAC/",
description: "The LLM Automatic Computer Framework",
lastUpdated: true,
themeConfig: {
logo: '/l2mac-icon.png',
editLink: {
pattern: 'https://github.com/samholt/l2mac/blob/master/docs/:path'
pattern: 'https://github.com/samholt/L2MAC/blob/master/docs/:path'
},
search: {
provider: 'local',
Expand Down Expand Up @@ -141,5 +141,5 @@ export default defineConfig({
copyright: 'Copyright © 2023-present Sam Holt'
}
},
head: [['link', { rel: 'icon', href: '/l2mac/favicon.ico' }]]
head: [['link', { rel: 'icon', href: '/L2MAC/favicon.ico' }]]
})
2 changes: 1 addition & 1 deletion docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Our vision empowers users to achieve 10x more with AI. The LLM Automatic Compute

### Link

1. Code:https://github.com/samholt/l2mac/
1. Code:https://github.com/samholt/L2MAC/
2. Roadmap:https://github.com/samholt/L2MAC/blob/master/docs/roadmap.md

### How do I become a contributor?
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Enable LLM-Automatic Computer (L2MAC) to run prompt programs with advanced contr
* In Python, when generating a codebase, and specific new package versions are being recommended by the LLM generating, creating an on-the-fly python virtualenv to install these the packages in the requirements file, as the requirements file is updated. We are looking for contributors for this feature, so we warmly welcome any PR's implementing this.

1. Usability
1. Write documentation describing the current features and usage at all levels (ongoing, continuously adding contents to [documentation site](https://samholt.github.io/l2mac/)
1. Write documentation describing the current features and usage at all levels (ongoing, continuously adding contents to [documentation site](https://samholt.github.io/L2MAC/)
2. Support Docker
3. Support multiple languages
2. Features
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use_cases/book_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The complete raw output generated by the above is given below.

## Entire Book | Italian Pasta Recipe Book

<iframe src="/l2mac/TwirlsAndTastesAJourneyThroughItalianPasta.pdf" width="100%" height="1200px">
<iframe src="/L2MAC/TwirlsAndTastesAJourneyThroughItalianPasta.pdf" width="100%" height="1200px">
This browser does not support PDFs. Please download the PDF to view it: <a href="/TwirlsAndTastesAJourneyThroughItalianPasta.pdf">Download PDF</a>.
</iframe>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use_cases/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Click here for the complete files on [github](https://github.com/samholt/L2MAC/t

## Entire Book | Italian Pasta Recipe Book

<iframe src="/l2mac/TwirlsAndTastesAJourneyThroughItalianPasta.pdf" width="100%" height="1200px">
<iframe src="/L2MAC/TwirlsAndTastesAJourneyThroughItalianPasta.pdf" width="100%" height="1200px">
This browser does not support PDFs. Please download the PDF to view it: <a href="/TwirlsAndTastesAJourneyThroughItalianPasta.pdf">Download PDF</a>.
</iframe>

Expand Down

0 comments on commit 46f8856

Please sign in to comment.