Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

AI4OS Workflows

This repo include workflows that run as GitHub Actions and that do not belong to any particular repo. This includes:

  • running a check to make sure that important workflows from other organization repos are not disabled due to repo inactivity
  • running manual model discovery on LiteLLM configured sub-providers (local LiteLLMs)

This repo might be eventually migrated when the projects moves to a centralized workflow manager.

Usage

Install requirements:

pip install -r requirements.txt

Add environment variables:

  • for keep alive workflow:

    GH_PAT_ACTIONS="*********************"
  • for model discovery workflow:

    LITELLM_API_KEY="sk-*********************"
    LITELLM_BASE_URL="https://vllm.cloud.ai4eosc.eu"
    IFCA01_API_KEY="sk-*********************"# API key of sub-providers (local LiteLLMs)

About

Misc organization workflows that run as GH Actions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages