langchain4j/langchain4j-google-ai-gemini
Bjarne-Kinkel aa0e488166
Adding GoogleAiGeminiStreamingChatModel (#1951)
## Issue
Closes #1903

## Change
Implemented the GoogleAiGeminiStreamingChatModel.

This PR depends on #1950.

## General checklist
- [X] There are no breaking changes
- [x] I have added unit and integration tests for my change
- [x] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [x] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core)
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j)
modules, and they are all green
- [x] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring) (if
applicable)
2024-10-31 10:07:50 +01:00
..
src Adding GoogleAiGeminiStreamingChatModel (#1951) 2024-10-31 10:07:50 +01:00
pom.xml Google AI Gemini: replace OkHttp and Retrofit with Java 11 HttpClient (#1950) 2024-10-23 16:29:46 +02:00