Skip to content

Instantly share code, notes, and snippets.

View isakulaksiz's full-sized avatar

İsa Kulaksız isakulaksiz

  • Halkbank
  • Istanbul, Turkey
  • 04:16 (UTC +03:00)
View GitHub Profile
LiteLLM & Langfuse İzlenebilirlik Sistemi Kurulum Rehberi
Bu rehber; yerel dil modellerini (LM Studio) merkezi bir proxy (LiteLLM) üzerinden yönetmeyi ve tüm trafiği bir izleme paneli (Langfuse) üzerinden takip etmeyi sağlar.
1. Mimari Yapı
Sistem, Docker üzerinde izole bir ağda (litellm-net) çalışan üç ana bileşenden oluşur:
PostgreSQL 16: Veritabanı katmanı.
Langfuse: İzleme ve analiz arayüzü.
@isakulaksiz
isakulaksiz / install.sh
Created May 5, 2022 06:09
Automatically install React and Node packages
#!/bin/bash
IP=$(hostname -I)
echo "Installation started"
install_node(){
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y chromium-browser
#!/bin/bash
currentVersion="v2.0.0"
repositoryName="weather-app"
githubUserName="isakulaksiz"
nameOfInstallFile="install.sh"
getConfiguredClient()
{
if command -v curl &>/dev/null; then