gateway
gateway copied to clipboard
Unable to hit locally setup llm with local gateway setup
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?