Commit Graph

5 Commits

Author SHA1 Message Date
8ff379d040 Fixes lifetime for TokenProvider 2025-04-05 19:51:07 +01:00
51d6a27017 Adds streaming generation that returns a streaming
- Introducues generate_content_stream that returns a Tokio Steam instead
of a Queue. This allows using the standard stream APIs from
tokio-streams.
- Replace future-utils with tokio-streams, mainly due to better
ergonomics for using the filter_map stream combinator.
2025-04-05 19:18:33 +01:00
8e2c7dc41b Add lifetime to TokenProvider 2024-06-04 20:39:49 +01:00
14010f9f78 Update GCP Auth to 0.12 2024-06-04 07:25:01 +01:00
67c6ba878b Add base code and examples for the Vertex API
- Add base code for the Vertex API with types and a client with helper
  methods for prompting text and conversation.
- Add examples for prompting text and conversation.
2024-02-06 20:50:36 +00:00