Skip to content

Commit

Permalink
docs: Point samples to new locations (#1585)
Browse files Browse the repository at this point in the history
The samples in the readme were pointing to non-existent locations since the location was migrated to the quickstart-nodejs repo. Migrated the sample links to point to the right location.
  • Loading branch information
nohe427 authored Jan 7, 2025
1 parent 6ace63e commit dca5793
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ Want to skip the local setup? Click below to try out Genkit using [Project IDX](

Take a look at some samples of Genkit in use:

- ["AI barista"](samples/js-coffee-shop/) -- demonstrates simple LLM usage
- [A simple chatbot with a JavaScript frontend](samples/chatbot/) -- add history to LLM sessions
- [Restaurant menu Q&A app](samples/js-menu/) -- this sample shows progressively
- ["AI barista"](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/js-coffee-shop) -- demonstrates simple LLM usage
- [A simple chatbot with a JavaScript frontend](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/chatbot) -- add history to LLM sessions
- [Restaurant menu Q&A app](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/js-menu) -- this sample shows progressively
more sophisticated versions of a menu understanding app.
- [Streaming to an Angular frontend](samples/js-angular/)
- [Streaming to an Angular frontend](https://github.com/firebase/quickstart-nodejs/tree/master/genkit/js-angular)

## Connect with us

Expand Down

0 comments on commit dca5793

Please sign in to comment.