microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
31.36k stars 4.57k forks source link

Demo Notebook for Using Gemini with VertexAI #3032

Closed luxzoli closed 2 months ago

luxzoli commented 3 months ago

Why are these changes needed?

The PR includes a Jupyter notebook demonstrating how to use Autogen with Gemini via Vertex AI in Google Cloud

Related issue number

Checks

luxzoli commented 3 months ago

@BeibinLi as discussed in #2906, I have prepared a Jupyter notebook that demonstrates the usage of Autogen with Gemini via Vertex AI 🙂

luxzoli commented 2 months ago

Thanks. Would you consider placing this notebook in the same location as https://microsoft.github.io/autogen/docs/topics/non-openai-models/cloud-gemini ? You can also follow other notebooks in the same location for the metadata section.

Sure, sounds great! I will make the necessary adjustments for it. Thanks for the hints

luxzoli commented 2 months ago

Thanks for creating this, only minor spelling/capitalisation and added a small comment to the config section.

Cool, thanks for the review!

gitguardian[bot] commented 2 months ago

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

luxzoli commented 2 months ago

Thanks. Would you consider placing this notebook in the same location as https://microsoft.github.io/autogen/docs/topics/non-openai-models/cloud-gemini ? You can also follow other notebooks in the same location for the metadata section.

The notebook has not been moved to website/docs/topics/non-openai-models, and I have also adjusted the metadata section. PS: If the PR #3086 (Enhance vertexai integration ...) is merged, then this demo notebook should also be extended