Skip to content

Commit

Permalink
Improve intro.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoseley committed Dec 30, 2024
1 parent 7f8d3a8 commit 2c2ee98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<h1 align="center">&lt;GenSX /&gt;</h1>

<p align="center">
Make LLMs work good
Create LLM workflows from components.
</p>

## LLM + JSX = ⚡️

GenSX is a library for building LLM workflows, using JSX for simple and fast development.
`<GenSX />` is a framework for building LLM workflows and AI agents with JSX on the backend. Every `<GenSX />` component is a pure function, and thus easily shareable by default.

```jsx
import * as gsx from "gensx";
Expand Down Expand Up @@ -45,7 +45,7 @@ npm install gensx

#### Dependencies

This project does not have a dependency on `react`, or any other JSX library. It provides a custom JSX runtime that can be used by the Typescript compiler, or whichever bundler you're using to bundle your code.
This project does not have a dependency on `react`, or any other JSX-based library. It provides a custom JSX runtime that can be used by the Typescript compiler, or whichever bundler you're using to bundle your code.

### Configure your project

Expand Down

0 comments on commit 2c2ee98

Please sign in to comment.