yanolja / arena

Apache License 2.0
3 stars 1 forks source link

[#69] Replace Vertex AI with Google AI Studio #95

Closed kangsuhyun-yanolja closed 4 months ago

kangsuhyun-yanolja commented 4 months ago

In the previous PR (#70), we added the set_credentials function to create a temporary credential file for Vertex AI. However, using Google AI Studio can simplify the process. This PR removes the set_credentials function and adds Google AI Studio as a dependency, enabling LiteLLM to use it.

resolves #69