Mervin Praison
Mervin Praison
@Danielku15 Sorry for the delay in responding. If I add a Music XML file with Percussion notations, it's not working. Percussion notations examples below: https://www.w3.org/2021/06/musicxml40/tutorial/percussion/ https://v5.chriskrycho.com/journal/musicxml-and-percussion-redux/ Please let me know...
@krrishdholakia +1 for this feature. Waiting for this to get implemented. Any timeframe please? @ishaan-jaff
@ishaan-jaff Using it with LiteLLM SDK. So that it uses the cache each time the API Call is made @krrishdholakia It's like an extra parameter when defining the model (`genai.GenerativeModel.from_cached_content(cached_content=cache)`)...
This could be an idea. So LiteLLM `completion` function will add an extra param `cached_content`. (implementing only Step 3 as mentioned above) ``` response = completion( model="gemini/gemini-1.5-pro", cached_content = cache,...
@Manouchehri Thanks for that. Also it would be a seamless experience if this is implemented for Google AI Studio. Because vertex AI would require creating a dedicated GCP project for...
@Manouchehri @ishaan-jaff FYI Now Deepseek also introduced context caching. I believe soon all other apis will include this feature https://platform.deepseek.com/api-docs/news/news0802/
Caching added on Anthropic also now https://docs.anthropic.com/en/docs/build-with-claude/prompt-caching
@claude can you please review this request and check if this issue has been fixed in our current package ?
This issue has been fixed. Please reopen the issue if you still find errors. Thank you
Thanks for all your contributions. This issue was fixed earlier. @ziayounasch @HyperUpscale