Skip to content

Commit 02c3175

Browse files
Update OpenAITelemetryPlugin.cs
1 parent 1f10f08 commit 02c3175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy-plugins/Inspection/OpenAITelemetryPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class OpenAITelemetryPluginConfiguration : LanguageModelPricesPluginConfi
3131
public string ExporterEndpoint { get; set; } = "http://localhost:4318";
3232
public bool IncludePrompt { get; set; } = true;
3333
public bool IncludeCompletion { get; set; } = true;
34-
public bool IncludeCosts { get; set; } = true;
34+
public bool IncludeCosts { get; set; } = false;
3535
}
3636

3737
public class OpenAITelemetryPlugin(IPluginEvents pluginEvents, IProxyContext context, ILogger logger, ISet<UrlToWatch> urlsToWatch, IConfigurationSection? configSection = null) : BaseProxyPlugin(pluginEvents, context, logger, urlsToWatch, configSection), IDisposable

0 commit comments

Comments
 (0)