Skip to content

Commit

Permalink
Extend gen-ai system constant values
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoChenOSU committed May 9, 2024
1 parent 42c27f7 commit 6074e1c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions model/registry/gen-ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ groups:
stability: experimental
value: "openai"
brief: 'OpenAI'
- id: microsoft
stability: experimental
value: "microsoft"
brief: 'Microsoft'
- id: huggingface
stability: experimental
value: "huggingface"
brief: 'Hugging Face'
- id: google
stability: experimental
value: "google"
brief: 'Google'
- id: mistral
stability: experimental
value: "mistral"
brief: 'Mistral'
- id: cohere
stability: experimental
value: "cohere"
brief: 'Cohere'
brief: The name of the LLM foundation model vendor.
examples: 'openai'
tag: llm-generic-request
Expand Down

0 comments on commit 6074e1c

Please sign in to comment.