Skip to content

Commit

Permalink
Merge pull request #150 from Portkey-AI/feat/strict_openai_false
Browse files Browse the repository at this point in the history
strictOpenAiCompliance
  • Loading branch information
csgulati09 authored Dec 26, 2024
2 parents 6ee299d + 47f2745 commit cc8ccf9
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 cc8ccf9

Please sign in to comment.