Helicone Community Page

g
gb
Offline, last seen 4 months ago
Joined August 29, 2024
It was working a couple days ago, now last two days, it stopped.

here's how im hitting the api:

Plain Text
def create_openai_client() -> OpenAI:
    return OpenAI(
        api_key=settings.openai_key,
        base_url="http://oai.hconeai.com/v1",
        default_headers={"Helicone-Auth": f"Bearer {settings.helicone_api_key}"},
    )
3 comments
g
J