Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Model Sample

This project demonstrates how to use the Azure AI Inference service to interact with a language model.

Setup

  1. Clone the repository:

    git clone https://github.com/Kawaeee/github-model-sample.git
    cd github-model-sample
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Create a .env file based on the .env.example file and add your GitHub token:

    cp .env.example .env
    # Edit .env to add your GITHUB_TOKEN

About

Azure AI Inference service demonstration

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages