Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
di-sukharev committed Sep 7, 2024
1 parent 119feda commit d990bf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion out/cli.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -44528,7 +44528,6 @@ var GroqEngine = class extends OpenAiEngine {
function getEngine() {
const config7 = getConfig();
const provider = config7.OCO_AI_PROVIDER;
console.log(123123, { config: config7 });
const DEFAULT_CONFIG2 = {
model: config7.OCO_MODEL,
maxTokensOutput: config7.OCO_TOKENS_MAX_OUTPUT,
Expand Down
1 change: 0 additions & 1 deletion out/github-action.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -63329,7 +63329,6 @@ var GroqEngine = class extends OpenAiEngine {
function getEngine() {
const config6 = getConfig();
const provider = config6.OCO_AI_PROVIDER;
console.log(123123, { config: config6 });
const DEFAULT_CONFIG2 = {
model: config6.OCO_MODEL,
maxTokensOutput: config6.OCO_TOKENS_MAX_OUTPUT,
Expand Down

0 comments on commit d990bf0

Please sign in to comment.