MCPcopy Create free account

hub / github.com/OpenPipe/OpenPipe / functions

Functions1,184 in github.com/OpenPipe/OpenPipe

↓ 2 callersMethod__init__
( self, client: OriginalAsyncOpenAI, openpipe_report_client: AsyncOpenPipe, op
client-libs/python/openpipe/openai_async_wrapper.py:144
↓ 2 callersMethod__init__
(self, *, token: typing.Union[str, typing.Callable[[], str]], base_url: str)
client-libs/python/openpipe/api_client/core/client_wrapper.py:9
↓ 2 callersFunction_build_response
( *, client: Union[AuthenticatedClient, Client], response: httpx.Response )
trainer/src/api_client/api/default/report_model_export_complete.py:41
↓ 2 callersFunction_build_response
( *, client: Union[AuthenticatedClient, Client], response: httpx.Response )
trainer/src/api_client/api/default/get_training_info.py:43
↓ 2 callersFunction_build_response
( *, client: Union[AuthenticatedClient, Client], response: httpx.Response )
trainer/src/api_client/api/default/get_model_export_info.py:43
↓ 2 callersFunction_get_base_url
(*, base_url: typing.Optional[str] = None, environment: OpenPipeApiEnvironment)
client-libs/python/openpipe/api_client/client.py:749
↓ 2 callersFunction_get_kwargs
( *, json_body: ReportModelExportCompleteJsonBody, )
trainer/src/api_client/api/default/report_model_export_complete.py:13
↓ 2 callersFunction_get_kwargs
( *, fine_tune_id: str, )
trainer/src/api_client/api/default/get_training_info.py:12
↓ 2 callersFunction_get_kwargs
( *, export_id: str, )
trainer/src/api_client/api/default/get_model_export_info.py:12
↓ 2 callersFunction_serialize_zoned_datetime
(v: dt.datetime)
client-libs/python/openpipe/api_client/core/datetime_utils.py:15
↓ 2 callersFunction_should_log_request
( configured_client: Union[OpenPipe, AsyncOpenPipe], openpipe_options={} )
client-libs/python/openpipe/shared.py:55
↓ 2 callersFunctionattemptDocumentFormat
()
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/JsonEditor.tsx:60
↓ 2 callersFunctioncalculateLogPosition
(value: number, min: number, max: number)
app/src/components/datasets/DatasetContentTabs/General/TrainingEntryMeter.tsx:100
↓ 2 callersFunctioncalculateSpendingsWithCredits
(spend: number, credits: number)
app/src/utils/billing.ts:1
↓ 2 callersFunctioncalculateToolCallScore
( originalFunctionCall: ChatCompletionMessage["function_call"], generatedFunctionCall: ChatCompletionMessa
app/src/server/utils/calculateFieldComparisonScore.ts:182
↓ 2 callersFunctioncalculateUsage
({ inputPayload, completion, fineTune, }: { inputPayload: z.infer<typeof chatCompletionInput>; compl
app/src/utils/recordRequest.ts:106
↓ 2 callersFunctioncheckIfScrolledToBottom
()
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/useKeepScrollAtBottom.tsx:12
↓ 2 callersFunctioncomparatorsForFilterType
( filterType: FilterType, )
app/src/components/Filters/types.ts:44
↓ 2 callersFunctionconfigure_openpipe_clients
( reporting_client: Union[OpenPipe, AsyncOpenPipe], completions_client: Union[OpenAI, AsyncOpenAI],
client-libs/python/openpipe/shared.py:10
↓ 2 callersFunctionconstructEvaluationFiltersQuery
({ filters, nodeId, }: { filters: z.infer<typeof filtersSchema>; nodeId: string; })
app/src/server/utils/constructEvaluationFiltersQuery.ts:9
↓ 2 callersFunctionconstructOpenAITollCallChoices
(chunk: ChatCompletionChunkWithUsage, delta: any)
app/src/modelProviders/fine-tuned/streamTransformerToOpenAIFormat.ts:213
↓ 2 callersFunctionconstructVisibleModelIdsQueryParams
(modelIds: string[])
app/src/components/datasets/DatasetContentTabs/Evaluation/useVisibleModelIds.tsx:92
↓ 2 callersFunctionconvertFunctionCallToToolChoice
( functionCall: ChatCompletionCreateParamsBase["function_call"] | null, )
app/src/server/utils/convertFunctionCalls.ts:3
↓ 2 callersFunctionconvertFunctionMessageToToolCall
( message: ChatCompletionCreateParamsBase["messages"][0], )
app/src/server/utils/convertFunctionCalls.ts:79
↓ 2 callersFunctionconvertFunctionMessagesToToolCall
( messages: ChatCompletionCreateParamsBase["messages"], )
app/src/server/utils/convertFunctionCalls.ts:75
↓ 2 callersFunctionconvertFunctionsToTools
( functions: ChatCompletionCreateParamsBase["functions"], )
app/src/server/utils/convertFunctionCalls.ts:30
↓ 2 callersFunctionconvertToolCallMessagesToFunction
( messages: ChatCompletionCreateParamsBase["messages"], )
app/src/server/utils/convertFunctionCalls.ts:112
↓ 2 callersFunctioncountLlamaOutputTokens
(output: ChatCompletionMessage)
app/src/utils/countTokens.ts:50
↓ 2 callersFunctioncreateAppConfig
( env: "stage" | "prod", a100Models: LoraConfig[], a10Models: LoraConfig[], )
inference/deploy.ts:217
↓ 2 callersFunctioncreateFineTune
(projectId: string, datasetId: string)
app/src/server/utils/nodes/updatePruningRuleMatches.test.ts:116
↓ 2 callersFunctioncreateFineTune
( input: Pick< z.infer<typeof inputs>, "slug" | "baseModel" | "filters" | "pruningRuleIds" | "traini
app/src/server/api/routers/fineTunes/createFineTune.ts:28
↓ 2 callersFunctioncreateFineTuneTrainingEntry
({ fineTuneId, nodeEntryPersistentId, inputHash, outputHash, }: { fineTuneId: string; nodeEntryPer
app/src/server/utils/nodes/updatePruningRuleMatches.test.ts:129
↓ 2 callersFunctioncreateLoraConfig
( baseConfig: PartialDeep<LoraConfig>, options: { gpuType: "a10" | "a100_40g" }, )
inference/deploy.ts:106
↓ 2 callersFunctioncreateStripeCustomerAndConnectItToProject
(projectId: string)
app/src/server/utils/stripe.ts:91
↓ 2 callersFunctiondeletePaymentMethod
(paymentMethodId: string)
app/src/server/utils/stripe.ts:48
↓ 2 callersFunctionescapeLikeString
(input: string | undefined)
app/src/utils/pruningRules.ts:10
↓ 2 callersFunctionfetchNode
({ id }: { id: string })
app/src/server/tasks/nodes/processNodes/processNode.task.ts:24
↓ 2 callersFunctionfilterOutputBaseQuery
({ nodeId, nodeHash }: { nodeId: string; nodeHash: string })
app/src/server/utils/nodes/nodeProperties/filterProperties.ts:13
↓ 2 callersFunctionfiltersAreEqual
(a: SimpleFilterData[], b: SimpleFilterData[])
app/src/components/Filters/useFilters.ts:64
↓ 2 callersFunctionfindResult
({ outputSourceId, comparisonOutputSourceId, }: { outputSourceId: string; comparis
app/src/server/tasks/evaluateTestSetEntries.task.ts:88
↓ 2 callersFunctionfireworksChoicesToOpenAIChoices
(choices: any[], isInitial = false)
app/src/modelProviders/fine-tuned/getFireworksCompletion.ts:185
↓ 2 callersFunctionfireworksTestSetLimit
()
app/src/utils/rateLimit/rateLimits.ts:30
↓ 2 callersFunctionfixLlama13b
(config: LoraConfig)
inference/deploy.ts:189
↓ 2 callersFunctionformatFileSize
(bytes: number, decimals = 2)
app/src/utils/utils.ts:5
↓ 2 callersFunctiongenerateOpenAiFunctionCallId
()
app/src/modelProviders/fine-tuned/streamTransformerToOpenAIFormat.ts:222
↓ 2 callersFunctiongenerateSasToken
(permissions: string)
app/src/utils/azure/server.ts:39
↓ 2 callersFunctiongetArchives
({ datasetManualRelabelNodeId, }: { datasetManualRelabelNodeId: string; })
app/src/server/utils/nodes/relationalQueries.ts:57
↓ 2 callersFunctiongetBaseUrl
()
app/src/utils/api.ts:13
↓ 2 callersFunctiongetComparisonModelName
(key: ComparisonModel)
app/src/utils/comparisonModels.ts:28
↓ 2 callersFunctiongetCompletion
( fineTune: TypedFineTune, input: ChatCompletionCreateParams, )
app/src/modelProviders/fine-tuned/getCompletion.ts:38
↓ 2 callersFunctiongetDefaultDateFilter
(comparator: FilterData["comparator"])
app/src/components/Filters/useDateFilter.ts:25
↓ 2 callersFunctiongetFireworksCompletion
( fineTune: TypedFineTune, input: ChatCompletionCreateParams, )
app/src/modelProviders/fine-tuned/getFireworksCompletion.ts:32
↓ 2 callersFunctiongetModalCompletion
( fineTune: TypedFineTune, input: ChatCompletionCreateParams, )
app/src/modelProviders/fine-tuned/getModalCompletion.ts:8
↓ 2 callersFunctiongetModelTitle
({ modelId, slug, }: { modelId: string | null; slug: string | null; })
app/src/server/tasks/evaluateTestSetEntries.task.ts:28
↓ 2 callersFunctiongetPaymentMethods
(stripeCustomerId: string)
app/src/server/utils/stripe.ts:73
↓ 2 callersFunctiongetPreviousMonthWithYearString
()
app/src/utils/dayjs.ts:31
↓ 2 callersFunctiongetRandomType
()
app/prisma/seedUsageLog.ts:41
↓ 2 callersFunctiongetRating
(model: string)
app/scripts/rank-base-models.ts:85
↓ 2 callersFunctiongetStats
( baseQuery: SelectQueryBuilder< DB & { ul: UsageLog; }, "ul", unknown >, )
app/src/server/api/routers/usage.router.ts:128
↓ 2 callersFunctiongetStatusColor
(status: InvoiceStatus)
app/src/components/billing/BillingContentTabs/Invoices/InvoicesTable.tsx:108
↓ 2 callersMethodget_async_httpx_client
Get the underlying httpx.AsyncClient, constructing a new one if not previously set
trainer/src/api_client/client.py:246
↓ 2 callersFunctionget_extra_headers
(create_kwargs, openpipe_options)
client-libs/python/openpipe/shared.py:33
↓ 2 callersMethodget_httpx_client
Get the underlying httpx.Client, constructing a new one if not previously set
trainer/src/api_client/client.py:214
↓ 2 callersFunctionhashAndSaveDatasetEntryOutput
({ projectId, output, outputTokens, trx = kysely, }: { projectId: string; output: ChatCompletionMe
app/src/server/utils/nodes/hashNode.ts:98
↓ 2 callersFunctionhashNode
(node: { id: string; projectId: string; type: T; config: InferNodeConfig<T>; })
app/src/server/utils/nodes/hashNode.ts:11
↓ 2 callersFunctioninverseDatePrefix
()
app/src/utils/azure/utils.ts:2
↓ 2 callersFunctionisFormData
(value: any)
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:39
↓ 2 callersFunctionisFormData
(value: any)
app/src/server/modal-rpc/trainerV1/core/request.ts:39
↓ 2 callersFunctionisFormData
(value: any)
client-libs/typescript/src/codegen/core/request.ts:42
↓ 2 callersFunctioniterateTrainingRows
(fineTuneId: string)
app/src/server/tasks/fineTuning/trainFineTune.task.ts:46
↓ 2 callersFunctionlora_s3_path
(base_model: str, fine_tune_id: str)
trainer/src/shared.py:26
↓ 2 callersFunctionnextMonthIsClickable
()
app/src/pages/p/[projectSlug]/usage/index.tsx:83
↓ 2 callersFunctionomit
( obj: T, ...keys: K[] )
client-libs/typescript/src/openai/mergeChunks.ts:4
↓ 2 callersFunctionparseFunctionCall
( function_call: { name: string; arguments: string }, functions?: { name: string; parameters?: Rec
app/src/server/utils/datasetEntryCreation/parseRowsToImport.ts:171
↓ 2 callersFunctionparseMessage
( message: ChatCompletionMessageParam, functions: ChatCompletionCreateParamsBase["functions"], )
app/src/server/utils/datasetEntryCreation/parseRowsToImport.ts:130
↓ 2 callersFunctionpassThroughNulls
( func: T, )
app/src/utils/utils.ts:27
↓ 2 callersFunctionprepareLLMRelabelCreation
({ nodeParams, }: { nodeParams: Omit<Prisma.NodeUncheckedCreateInput, "type" | "config" | "hash"> & {
app/src/server/utils/nodes/nodeCreation/prepareNodeCreation.ts:122
↓ 2 callersFunctionprocessFile
(file: File)
app/src/components/datasets/DatasetContentTabs/General/UploadDataButton.tsx:79
↓ 2 callersFunctionrecordTagNames
(projectId: string, tagNames: string[])
app/src/utils/recordRequest.ts:250
↓ 2 callersFunctionrecordUsage
({ projectId, requestedAt, receivedAt, cacheHit, inputPayload, completion, logRequest, fineTun
app/src/utils/recordRequest.ts:22
↓ 2 callersFunctionremoveEmptyFilters
(filters: FilterData[])
app/src/utils/hooks.ts:309
↓ 2 callersFunctionremove_none_from_dict
(original: Dict[str, Optional[Any]])
client-libs/python/openpipe/api_client/core/remove_none_from_dict.py:6
↓ 2 callersFunctionresetLogSelection
(state: State)
app/src/state/selectedLogsSlice.ts:65
↓ 2 callersFunctionsaveAndForward
()
app/src/server/tasks/nodes/processNodes/processNode.task.ts:127
↓ 2 callersFunctiontimedCompletion
(completion: Promise<ChatCompletion>)
app/src/modelProviders/fine-tuned/benchmarkMModels.ts:14
↓ 2 callersFunctiontimedCompletion
(completion: Promise<ChatCompletion>)
app/src/modelProviders/fine-tuned/benchmarkAnyscaleVsModal.ts:24
↓ 2 callersFunctiontransformToolCallStreamToOpenAIFormat
( originalStream: Stream<any>, input: ChatCompletionCreateParams, )
app/src/modelProviders/fine-tuned/streamTransformerToOpenAIFormat.ts:15
↓ 2 callersFunctiontriggerFieldComparisonEval
({ datasetId, persistentId, modelId, nodeEntry, fineTuneTestingEntryOutput, }: { datasetId: string
app/src/server/tasks/generateTestSetEntry.task.ts:274
↓ 2 callersFunctiontrpcCodeFromHttpStatus
(httpStatus = 500)
app/src/server/utils/trpcStatusCodes.ts:28
↓ 2 callersFunctiontypedLoggedCall
( input: T, )
app/src/types/dbColumns.types.ts:65
↓ 2 callersFunctionupdateCached
({ node, }: { node: Pick<Node, "id" | "projectId" | "hash" | "type">; })
app/src/server/tasks/nodes/processNodes/updateCached.ts:7
↓ 2 callersFunctionupdateMonth
(operation: "add" | "subtract")
app/src/pages/p/[projectSlug]/usage/index.tsx:76
↓ 2 callersFunctionuseAdminProjects
(refetchInterval = 0)
app/src/utils/hooks.ts:469
↓ 2 callersFunctionuseDatasets
()
app/src/utils/hooks.ts:147
↓ 2 callersFunctionuseFineTunes
(refetchInterval?: number)
app/src/utils/hooks.ts:394
↓ 2 callersFunctionuseMappedModelIdFilters
()
app/src/components/datasets/DatasetContentTabs/Evaluation/useMappedModelIdFilters.ts:8
↓ 2 callersFunctionuseModelTestingStats
( datasetId?: string, modelId?: string, refetchInterval?: number, )
app/src/utils/hooks.ts:292
↓ 2 callersFunctionusePaymentMethods
(refetchInterval?: number)
app/src/utils/hooks.ts:457
↓ 2 callersFunctionuseProjectLink
(href: ProjectLinkHref<T>)
app/src/components/ProjectLink.tsx:22
↓ 2 callersFunctionusePruningRules
()
app/src/utils/hooks.ts:430
← previousnext →201–300 of 1,184, ranked by callers