feat(ai): update readme

This commit is contained in:
gsubmarine 2025-01-12 15:42:12 -06:00
parent ab9c0a75e2
commit 125b879b7b

View File

@ -88,14 +88,14 @@ Read the [syntax description](syntax.md) to learn about WireViz' features and ho
See the [tutorial page](../tutorial/readme.md) for sample code, as well as the [example gallery](../examples/readme.md) to see more of what WireViz can do. See the [tutorial page](../tutorial/readme.md) for sample code, as well as the [example gallery](../examples/readme.md) to see more of what WireViz can do.
### Demo 03 ### Demo 03 - Use open AI to design the harness for you.
wireviz -q "design a wire harness that connects two ethernet devices with d38999 connectors on both sides"
Use open AI to design the harness for you.
Define your openAI API key by setting an environment variable. Define your openAI API key by setting an environment variable.
`OPENAI_KEY={}` `OPENAI_KEY={}`
`wireviz -q "design a wire harness that connects two ethernet devices with d38999 connectors on both sides"`
## Usage ## Usage
### Installation ### Installation