Skip to content

Commit

Permalink
feat: update llama3.1 parameters for openrouter (langgenius#6901)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinomoe authored and cuiks committed Aug 6, 2024
1 parent e605fcd commit 240c847
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ label:
model_type: llm
model_properties:
mode: chat
context_size: 128000
context_size: 131072
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -15,9 +15,9 @@ parameter_rules:
required: true
default: 512
min: 1
max: 128000
max: 131072
pricing:
input: "3"
output: "3"
input: "2.7"
output: "2.7"
unit: "0.000001"
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ label:
model_type: llm
model_properties:
mode: chat
context_size: 128000
context_size: 131072
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -15,9 +15,9 @@ parameter_rules:
required: true
default: 512
min: 1
max: 128000
max: 131072
pricing:
input: "0.9"
output: "0.9"
input: "0.52"
output: "0.75"
unit: "0.000001"
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ label:
model_type: llm
model_properties:
mode: chat
context_size: 128000
context_size: 131072
parameter_rules:
- name: temperature
use_template: temperature
Expand All @@ -15,9 +15,9 @@ parameter_rules:
required: true
default: 512
min: 1
max: 128000
max: 131072
pricing:
input: "0.2"
output: "0.2"
input: "0.06"
output: "0.06"
unit: "0.000001"
currency: USD

0 comments on commit 240c847

Please sign in to comment.