van-qa commited on
Commit
f893dcc
1 Parent(s): 5a280e4

Update model.yml

Browse files
Files changed (1) hide show
  1. model.yml +9 -10
model.yml CHANGED
@@ -1,21 +1,20 @@
1
- model: llama3-70b-8192
2
- name: Groq Llama 3 70b
3
  version: 1.1
4
 
5
  files: []
6
 
7
  # Results Preferences
8
  temperature: 0.7
9
- presence_penalty: 0
10
- max_tokens: 8192
11
  stream: true
12
  top_p: 0.95
13
- frequency_penalty: 0
14
 
15
  # Engine / Model Settings
16
- engine: groq
17
  metadata:
18
- owned_by: Meta
19
- description: Groq Llama 3 70b with supercharged speed!
20
- end_point: https://api.groq.com/openai/v1/chat/completions
21
- api_key_url: https://console.groq.com/keys
 
 
1
+ model: mistral-small-latest
2
+ name: Mistral Small
3
  version: 1.1
4
 
5
  files: []
6
 
7
  # Results Preferences
8
  temperature: 0.7
9
+ max_tokens: 32000
 
10
  stream: true
11
  top_p: 0.95
 
12
 
13
  # Engine / Model Settings
14
+ engine: mistral
15
  metadata:
16
+ owned_by: Mistral
17
+ description: Mistral Small is the ideal choice for simple tasks (Classification, Customer Support, or Text Generation) at an affordable price.
18
+ end_point: https://api.mistral.ai/v1/chat/completions
19
+ api_key_url: https://console.mistral.ai/api-keys/
20
+ owner_logo: https://raw.githubusercontent.com/janhq/cortex-web/main/static/img/logos/mistral.svg