OVHserver/opt/02-core/presenton/litellm-config.yaml.example
SamoilenkoVadym 0f40ef007f feat: fix Presenton Azure OpenAI integration and add project documentation
- Add CLAUDE.md with comprehensive project documentation for Claude Code
- Fix Presenton to use LiteLLM proxy instead of direct Azure OpenAI calls
- Add LiteLLM proxy service to Presenton docker-compose
- Create .env.example and litellm-config.yaml.example templates
- Update .gitignore to exclude litellm-config.yaml but allow .env.example files
- Presenton now successfully connects to Azure OpenAI via LiteLLM proxy

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 09:19:27 +00:00

13 lines
330 B
Text

model_list:
- model_name: gpt-5
litellm_params:
model: azure/gpt-5
api_base: https://your-azure-resource.cognitiveservices.azure.com
api_key: os.environ/AZURE_API_KEY
api_version: "2025-01-01-preview"
litellm_settings:
drop_params: true
general_settings:
master_key: "presenton-proxy-key-2025"