Skip to content

Instantly share code, notes, and snippets.

@yvbbrjdr
Created October 27, 2025 06:14
Show Gist options
  • Select an option

  • Save yvbbrjdr/0514a32124682f97370dda9c09c3349c to your computer and use it in GitHub Desktop.

Select an option

Save yvbbrjdr/0514a32124682f97370dda9c09c3349c to your computer and use it in GitHub Desktop.
server:
host: 127.0.0.1
port: 3000
logging: prod
auth:
enabled: false
responses_store:
type: in_memory
access_keys:
- sk-sglang
providers:
sglang:
type: openai
base_url: http://localhost:30000/v1
api_key: ""
models:
"*":
providers:
- provider: sglang
model: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment