Update README.md

This commit is contained in:
Adil Hafeez 2024-07-30 16:25:01 -07:00 committed by GitHub
parent 33f9dd22e6
commit 1f544d836c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,10 @@
This demo shows how you can use intelligent prompt gateway to provide realtime weather forecast.
# Startig the demo
1. Ensure that submodule is up to date
```sh
$ git submodule sync --recursive
```
1. Create `.env` file and set OpenAI key using env var `OPENAI_API_KEY`
1. Start services
```sh