Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ViGeng committed Feb 4, 2025
1 parent 87b227f commit fbfde13
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion extensions/deepseeker/src/common.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
import { Action, ActionPanel, Detail, getPreferenceValues, Icon, showToast, Toast } from "@raycast/api";
import {
Action,
ActionPanel,
Detail,
getPreferenceValues,
getSelectedText,
Icon,
showToast,
Toast,
} from "@raycast/api";
import { useEffect, useState } from "react";
import { global_model, openai } from "./api";
import { countToken, estimatePrice, sentToSideNote } from "./util";
Expand Down

0 comments on commit fbfde13

Please sign in to comment.