Skip to content

Commit

Permalink
docs: ✏️ reorganize and clean up README structure
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 27, 2024
1 parent da11ad1 commit 5299303
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

# GenAIScript

🚀 **JavaScript-ish environment with convenient tooling for file ingestion, prompt development, and structured data extraction.**

- 📄 **Read the ONLINE DOCUMENTATION at [microsoft.github.io/genaiscript](https://microsoft.github.io/genaiscript/)**
- 📺 Watch an [interview on YouTube with nickyt](https://www.youtube.com/watch?v=aeXQ2MJ0Ye0)
- 🎙️ **Listen to the (cringy) podcast** (generated by NotebookLM).

https://github.com/user-attachments/assets/ce181cc0-47d5-41cd-bc03-f220407d4dd0

---

## 🌟 Introduction

## Prompting is Coding

Programmatically assemble prompts for LLMs using JavaScript. Orchestrate LLMs, tools, and data in code.
Expand All @@ -22,6 +10,11 @@ Programmatically assemble prompts for LLMs using JavaScript. Orchestrate LLMs, t
- Abstraction to make it easy and productive
- Seamless Visual Studio Code integration

- 📄 **Read the ONLINE DOCUMENTATION at [microsoft.github.io/genaiscript](https://microsoft.github.io/genaiscript/)**
- 📺 Watch an [interview on YouTube with nickyt](https://www.youtube.com/watch?v=aeXQ2MJ0Ye0)

---

## Hello world

Say to you want to create an LLM script that generates a 'hello world' poem. You can write the following script:
Expand Down

0 comments on commit 5299303

Please sign in to comment.