gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Unable to hit locally setup llm with local gateway setup

Open AbhishekBose opened this issue 2 months ago • 0 comments
trafficstars

I have setup the gateway locally. And I have a mock server which has exposed an OpenAI compatible /chat/completions endpoint. I am unable to create the config using

config_resp = requests.post( "http://localhost:8787/v1/configs", headers={ "Content-Type": "application/json", "x-portkey-api-key": PORTKEY_API_KEY }, json=config_payload, )

What should be portkey-api-key when deployed locally?

AbhishekBose avatar Sep 09 '25 11:09 AbhishekBose