https://github.com/gbaeke/vision
https://github.com/gbaeke/vision
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbaeke/vision
- Owner: gbaeke
- Created: 2023-11-29T19:17:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T22:27:44.000Z (over 1 year ago)
- Last Synced: 2024-12-27T20:38:40.251Z (4 months ago)
- Language: Jupyter Notebook
- Size: 1.44 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playing with GPT-4 Vision
This code requires a `.env` in the root folder:
```bash
OPENAI_API_KEY=OPENAI_KEY
AZURE_AI_KEY=KEY_TO_AZURE_AI_MULTI_SERVICE_ACCOUNT
AZURE_OPENAI_KEY=KEY_TO_AZURE_OPENAI_SERVICE
AZURE_AI_SEARCH_KEY=AZURE_AI_SEARCH_KEY
STORAGE_CONNNECTION_STRING="DefaultEndpointsProtocol=https;AccountName=YOURACCOUNT;AccountKey=YOURKEY;EndpointSuffix=core.windows.net"
```