For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Crypto.com AI Agent with Gemini

A guide to using the Crypto.com AI Agent with Google's Gemini model for blockchain interactions.

Quick Start

1. Setup

Start by cloning the repository and navigating to the appropriate directory, and install the dependencies:

# Clone the repository
git clone git@github.com:crypto-com/developer-platform-sdk-examples.git
cd developer-platform-sdk-examples/ai/cryptocom-ai-agent-pychatbot

# Install dependencies
pip install -r requirements.txt

2. Configure API Keys

Direct to Envand set up the following API keys in your environment:

  • OPENAI_API_KEY - For OpenAI functionality

  • GOOGLE_API_KEY - For Gemini functionality

  • GOOGLE_PROJECT_ID - For Gemini functionality

3. Launch the Chat

When prompted, select gemini as your AI provider.

API Examples

Query Latest Block using Gemini

Query Latest Block using OpenAI

Last updated

Was this helpful?