helicone
helicone copied to clipboard
[Bug]: I am trying nvidia/llama-3.1-nemotron-70b-instruct model but still nothing is coming in the dashboard
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