Install requirements
pip install -r requirements.txt
Add openai key
pf connection create -f openai.yaml --set api_key=YOUR_OPENAI_KEY
Install promptflow VS Code extension.
Start the chat
pf flow serve --source . --port 8080 --host localhost
Install requirements
pip install -r requirements.txt
Add openai key
pf connection create -f openai.yaml --set api_key=YOUR_OPENAI_KEY
Install promptflow VS Code extension.
Start the chat
pf flow serve --source . --port 8080 --host localhost