Skip to content

Commit

Permalink
test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Mar 29, 2024
1 parent c02705f commit 1d3e4cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ops
Submodule ops updated from c03dfd to 00491d
9 changes: 5 additions & 4 deletions packages/frontend/pages/logs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,17 @@ import { ChatReplay } from "@/components/blocks/RunChat"
import RunInputOutput from "@/components/blocks/RunInputOutput"
import SearchBar from "@/components/blocks/SearchBar"
import { openUpgrade } from "@/components/layout/UpgradeModal"
import CheckPicker from "@/components/checks/Picker"
import Empty from "@/components/layout/Empty"

import analytics from "@/utils/analytics"
import { formatDateTime } from "@/utils/format"
import { fetcher } from "@/utils/fetcher"
import { useProject, useOrg, useProjectInfiniteSWR } from "@/utils/dataHooks"
import { useDebouncedState, useDidUpdate } from "@mantine/hooks"
import Router from "next/router"
import Empty from "../../components/layout/Empty"
import { ProjectContext } from "../../utils/context"
import CheckPicker from "@/components/checks/Picker"
import { ProjectContext } from "@/utils/context"
import { CheckLogic, deserializeLogic, serializeLogic } from "shared"
import { fetcher } from "@/utils/fetcher"

const columns = {
llm: [
Expand Down

0 comments on commit 1d3e4cb

Please sign in to comment.