deanwiles / Magic-8-Ball

Magic 8 Ball
https://bit.ly/aimagic8ball
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Migrate from PaLM API to Gemini API #31

Open deanwiles opened 7 months ago

deanwiles commented 7 months ago

In December, 2023, Google AI released the Gemini API to replace the PaLM API. Google AI docs don't provide good coverage of C# consumers, but the REST API documentation in Migrate from PaLM API to Gemini API may be helpful. https://atamel.dev/posts/2024/02-05_vertexai_gemini_restapi_csharp_rust/ https://atamel.dev/posts/2024/02-14_vertexai_gemini_gapic_libraries/