Introduction

Introduction

In a previous lesson, Text Generation with OpenAI, you built a chatbot utilizing the API to fact-check a document. You could build a similar app using the Gemini API. The Gemini API has Functions that make calls to external tools just like ChatGPT. However, they’re mostly geared towards Google Cloud products.

In the past few lessons, you set up your development environment and utilized the Gemini API. Next, you’ll utilize chat history and system instructions

By the end of the lesson, you will have learned to:

  • Create a non-streaming chat application.
  • Utilize conversation history.
  • Customize the model using system instructions.
  • Compare the implementation process and results with the OpenAI-based application.
See forum comments
Download course materials from Github
Previous: Quiz: Text Generation with Gemini Pro API Next: Chat History