Merge pull request #19189 from craig-osterhout/engdocs-1956

update genai guide sample repo
This commit is contained in:
David Karlsson 2024-01-24 04:38:17 +01:00 committed by GitHub
commit 0fb1c653c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The application uses [LangChain](https://www.langchain.com/) for orchestration,
Clone the sample application. Open a terminal, change directory to a directory that you want to work in, and run the following command to clone the repository:
```console
$ git clone https://github.com/docker/docker-genai-sample
$ git clone https://github.com/craig-osterhout/docker-genai-sample
```
You should now have the following files in your `docker-genai-sample` directory.