Rename 'anthropic' to 'anthropic/completion' (#120)

More consistency in the way we name our model providers.
This commit is contained in:
Kyle Corbitt
2023-08-04 22:07:23 -07:00
committed by GitHub
parent 50e0b34d30
commit 01dcbfc896
14 changed files with 145 additions and 77 deletions

View File

@@ -0,0 +1,3 @@
import { type RefinementAction } from "../types";
export const refinementActions: Record<string, RefinementAction> = {};