2024-11-22 - Ask ADI - Update from Bison to Gemini¶
Problem¶
Ask ADI relied on an early LLM called Bison. That library has been deprecated and replaced by the new Gemini LLMs.
Solution¶
We updated our backend endpoint that serves the ask adi screen, to point it to the new Gemini LLM and finessed the response to meet the requirements of the app screen.
Leverage the Magic¶
By running a 3 tier architecture, we can simply update the api layer when we want to take advantage of new or updated features, and the app layer is none the wiser.
Last Refreshed¶
Doc Refreshed: 2024-11-29