File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { OpenAiHandler } from "../openai"
22import { ApiHandlerOptions } from "../../../shared/api"
33import { Anthropic } from "@anthropic-ai/sdk"
4- import { DEEP_SEEK_DEFAULT_TEMPERATURE } from "../openai "
4+ import { DEEP_SEEK_DEFAULT_TEMPERATURE } from "../constants "
55
66// Mock OpenAI client
77const mockCreate = jest . fn ( )
Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ import { convertToSimpleMessages } from "../transform/simple-format"
1515import { ApiStream , ApiStreamUsageChunk } from "../transform/stream"
1616import { BaseProvider } from "./base-provider"
1717import { XmlMatcher } from "../../utils/xml-matcher"
18-
19- export const DEEP_SEEK_DEFAULT_TEMPERATURE = 0.6
18+ import { DEEP_SEEK_DEFAULT_TEMPERATURE } from "./constants"
2019
2120export const defaultHeaders = {
2221 "HTTP-Referer" : "https://github.com/RooVetGit/Roo-Cline" ,
You can’t perform that action at this time.
0 commit comments