Skip to content

OpenPeer-AI/Base-Notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Testing OpenPeerLLM Model via Kaggle Model API

This notebook demonstrates how to use the OpenPeerLLM model through Kaggle's Model API. We'll set up the API connection, make inference requests, and test the model's capabilities.

Setup and Installation

First, we'll install the required packages:

  • kaggle - for API access
  • requests - for making API calls
  • json - for handling responses
  • torch - for tensor operations (if needed)