Helicone Community Page

C
K
m
H
E
Members
David Alonso
D
David Alonso
Offline, last seen 2 months ago
Joined August 29, 2024
I have the following:
Plain Text
 const result = await generateText({
      model: openai("gpt-4-turbo-2024-04-09"),
      headers: {
        Environment: process.env.NODE_ENV,
        "User-Prompt": args.userPrompt,
        "Block-Id": args.blockId,
...
}

Everything is working fine except for the fact that I can't find environment being logged, i just see the helicone env variables
4 comments
D
S