Skip to content

Commit

Permalink
feat: setting strictOpenAiCompliance default as false
Browse files Browse the repository at this point in the history
  • Loading branch information
csgulati09 committed Dec 16, 2024
1 parent 6ee299d commit 47f2745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export abstract class ApiClient {
forwardHeaders,
cacheNamespace,
requestTimeout,
strictOpenAiCompliance,
strictOpenAiCompliance = false,
anthropicBeta,
anthropicVersion,
mistralFimCompletion,
Expand Down

0 comments on commit 47f2745

Please sign in to comment.