Skip to content

Commit

Permalink
adding mistral ai provider default cr
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Sep 30, 2024
1 parent 6ec8e10 commit 4779250
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: dp.wso2.com/v1alpha3
kind: AIProvider
metadata:
name: ai-provider-mistral-ai
namespace: {{ .Release.Namespace }}
spec:
providerName : "MistralAI"
providerAPIVersion : "v1"
organization : "default"
model:
in: "Body"
value: "model"
rateLimitFields:
promptTokens:
in: "Body"
value: "$usage.promptTokens"
completionToken:
in: "Body"
value: "$usage.completionTokens"
totalToken:
in: "Body"
value: "$usage.totalTokens"

0 comments on commit 4779250

Please sign in to comment.