Skip to content

Commit

Permalink
cleanup: make it optional
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Oct 24, 2024
1 parent fe5aae4 commit d03ebef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ApiContext } from "../../api/trieve";

export type DatasetConfig = Exclude<DatasetConfigurationDTO, "PUBLIC_DATASET"> & {
LLM_API_KEY?: string | null;
PUBLIC_DATASET: {
PUBLIC_DATASET?: {
enabled: boolean,
api_key: string,
}
Expand Down

0 comments on commit d03ebef

Please sign in to comment.