Guanming Wang

Results 8 comments of Guanming Wang

Hi @mehedikhan72, here's my approach for using Gemini to handle context caching and batching requests asynchronously. Detailed code is available in [this PR](https://github.com/google-gemini/cookbook/pull/553) ```python async def batch_predict_async(prompts, cached_context, history, max_concurrent=5):...

@Giom-V Could you please share your idea or plan for this? I'd like to contribute or assist where I can.

Hi @Giom-V, thanks for your suggestion! I agree that creating a separate example is cleaner and clearly demonstrates Gemini's capability to integrate multiple tools. @markmcd, I'd greatly appreciate your input...

**[Link to PR - Batch Prediction with Long Context and Context Caching using Google Gemini API in Colab (#550)](https://github.com/google-gemini/cookbook/pull/553)**

That's a really cool idea, thanks for sharing this! @NSTiwari

Hi @bebechien, I came across your feature request and thought you might find the DeepBattler project interesting, as it aligns closely with what you're looking for. DeepBattler leverages Gemma as...

Same problem here as @TrpTyrArg. Anyone figured out the undefined symbol?

Hi @apelliciari, It looks like the issue is due to an update in how the configuration is passed. If you update your `config` to the following format, it should resolve...