Files
OpenPipe-llm/src/modelProviders/anthropic-completion/refinementActions.ts
Kyle Corbitt 01dcbfc896 Rename 'anthropic' to 'anthropic/completion' (#120)
More consistency in the way we name our model providers.
2023-08-04 22:07:23 -07:00

4 lines
122 B
TypeScript

import { type RefinementAction } from "../types";
export const refinementActions: Record<string, RefinementAction> = {};