Skip to content

Instantly share code, notes, and snippets.

View thatmlopsguy's full-sized avatar
🏠
Working from home

thatmlopsguy

🏠
Working from home
View GitHub Profile
@thatmlopsguy
thatmlopsguy / llms-txt-litellm-configuration-context.md
Created September 18, 2025 09:56 — forked from yigitkonur/llms-txt-litellm-configuration-context.md
My LLMs txt series introduces valuable context about several repos I'm using daily. This one is most comprehensive guide on web about LiteLLM's config parameters. It is useful for LLMs like deepseek/gemini-2-thinking to configure LiteLLM as most advanced way possible.

Table of Contents

  • Understanding config.yaml Structure
  • environment_variables Section: Defining Variables within YAML
  • model_list Section: Defining Models and Deployments
    • Model List Parameter Summary
    • model_name
    • litellm_params
      • model
      • api_key
@thatmlopsguy
thatmlopsguy / PowerShellSingleFileScriptTemplate.ps1
Created February 12, 2025 11:24 — forked from deadlydog/PowerShellSingleFileScriptTemplate.ps1
PowerShell template for a single-file script
<#
.SYNOPSIS
PUT SHORT SCRIPT DESCRIPTION HERE AND ADD ANY ADDITIONAL KEYWORD SECTIONS AS NEEDED (.PARAMETER, .EXAMPLE, ETC.).
#>
[CmdletBinding()]
param (
# PUT PARAMETER DEFINITIONS HERE AND DELETE THIS COMMENT.
)
process {