Skip to content

Commit

Permalink
feat: add cb-openai-eu provider
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Jun 5, 2023
1 parent 22cb80a commit d519b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export type TruncationConfig = {

type ProviderConfig =
| {
provider: "openai";
provider: "openai" | "cb-openai-eu";
params: {
type: "chat" | "text";
model?: string;
Expand Down

0 comments on commit d519b26

Please sign in to comment.