Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Heiner <NickHeiner@users.noreply.github.com>
  • Loading branch information
benlower and NickHeiner authored Jul 31, 2023
1 parent 620051d commit 69eb00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AI.JSX comes with the following features out-of-the-box:
- **Componetized** → LLM prompt engineering through modular, reusable components.
- **Model Support** → Use OpenAI, Anthropic, Llama2, or BYOM. Seamlessly switch between model providers and LLM config (e.g. temperature).
- **Complete AI Toolbox** → Built-in support for Tools (ReAct pattern), Document Question and Answering, Chain of Thought, and more.
- **Generative UI** → Seamlessly interweave LLM calls with standard UI components. LLM can dynamically render UI from a set of provided components.
- **Generative UI** → Seamlessly interweave LLM calls with standard UI components. LLM can dynamically render UI from a set of components you provide.
- **Streaming** → Built-in streaming support.
- **Modern Web Stack Support** → First-class support for NextJS and Create React App. (more coming soon)
- **LangChain Integration** → Full support for LangChainJS.
Expand Down

0 comments on commit 69eb00f

Please sign in to comment.