Skip to content

Commit

Permalink
Linting and sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Sep 10, 2024
1 parent 8038b07 commit 8022d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion packages/aila/src/core/chat/AilaChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
} from "@oakai/core/src/utils/subjects";
import invariant from "tiny-invariant";
import { z } from "zod";
import { zodToJsonSchema } from "zod-to-json-schema";

import { AilaChatService, AilaError, AilaServices } from "../..";
import { DEFAULT_MODEL, DEFAULT_TEMPERATURE } from "../../constants";
Expand Down
3 changes: 1 addition & 2 deletions packages/core/src/llm/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
OpenAIInput,
OpenAI as OpenAILangchain,
} from "langchain/llms/openai";
import OpenAI from "openai";
import { ClientOptions } from "openai";
import OpenAI, { ClientOptions } from "openai";

import { HeliconeChatMeta, heliconeHeaders } from "./helicone";

Expand Down

0 comments on commit 8022d9f

Please sign in to comment.