Updates to Google AI: (#394)

- Changed GoogleAIStudio LLM code to match latest documentation
- Very minor tweak to vertexai LLM code - just matching what's in SDK docs
  no actual change to implementation.
- Tweaked VertexAI container build to speed up in dev
- Comments in LLM code to mention which docs it was built from.  Google
  SDKs are confusing ATM.
This commit is contained in:
cybermaggedon 2025-05-24 12:09:43 +01:00 committed by GitHub
parent 25abf802e9
commit 448819ed47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 83 additions and 52 deletions

View file

@ -13,6 +13,7 @@ RUN dnf install -y python3.12 && \
python -m ensurepip --upgrade && \
pip3 install --no-cache-dir wheel aiohttp && \
pip3 install --no-cache-dir pulsar-client==3.7.0 && \
pip3 install --no-cache-dir google-cloud-aiplatform && \
dnf clean all
# ----------------------------------------------------------------------------
@ -48,5 +49,3 @@ RUN \
WORKDIR /