Helicone Community Page

Home
Members
samlhuillier
s
samlhuillier
Offline, last seen 4 months ago
Joined August 29, 2024
Hey! Is the following supposed to just work out of the box in a langchain next js app:
Plain Text
const model = new ChatOpenAI(
      {
        modelName: "gpt-3.5-turbo",
        temperature: 0.2,
      },
      {
        basePath: "https://oai.hconeai.com/v1",
      },
    );

Because I don't see any logs in the helicone console. I added my api key as the env var HELICONE_API_KEY. Am I missing something??
2 comments
C
s