helicone icon indicating copy to clipboard operation
helicone copied to clipboard

[Bug]: I am trying nvidia/llama-3.1-nemotron-70b-instruct model but still nothing is coming in the dashboard

Open akshatsingh523 opened this issue 1 year ago • 0 comments

What happened?

I am not able to see any output in the helicone dashboard even though the output is coming console

def init(self): self.max_tokens = 1000 self.nvidia_model = "nvidia/llama-3.1-nemotron-70b-instruct" self.api_key="api-key" self.base_url="https://integrate.api.nvidia.com/v1"

    self.client = OpenAI(
            api_key=self.api_key,
            base_url=self.base_url,
            default_headers={
                "Helicone-OpenAI-Api-Base": self.base_url,
                "Helicone-Auth": "api-key",
                "api-key": self.api_key,
            }
    )

Relevant log output

No response

Twitter / LinkedIn details

No response

akshatsingh523 avatar Nov 12 '24 11:11 akshatsingh523