https://github.com/srjchsv/vertex-ai-llm
example of how to use VertexAI LLM in local development environment
https://github.com/srjchsv/vertex-ai-llm
gcp jupternotebook llm vertex-ai
Last synced: 10 months ago
JSON representation
example of how to use VertexAI LLM in local development environment
- Host: GitHub
- URL: https://github.com/srjchsv/vertex-ai-llm
- Owner: srjchsv
- Created: 2023-09-09T13:16:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T13:04:12.000Z (over 2 years ago)
- Last Synced: 2025-01-26T09:43:19.357Z (12 months ago)
- Topics: gcp, jupternotebook, llm, vertex-ai
- Language: Jupyter Notebook
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Using Vertex AI LLM in jupyter notebook
To run this notebook you got to have:
- on the GCP
- created project
- created service account
- set a role for the service account: 'Vertex AI Service Agent" for example
- create new key with credentials in .json format
- create a .env file in root directory of this repo with GOOGLE_APPLICATION_CREDENTIALS variable that will hold path to service account .json credentials.