Skip to content

Commit

Permalink
Add supports_system_message to test/fixtures/language_models.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
papayalabs committed Nov 13, 2024
1 parent 00efbca commit 26c3ac3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/fixtures/language_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ alpaca:
api_name: alpaca:medium
supports_images: true
supports_tools: true
supports_system_message: true

pacos:
position: 2
Expand All @@ -16,6 +17,7 @@ pacos:
api_name: pacos-imagine
supports_images: true
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand All @@ -28,6 +30,7 @@ gpt_4_turbo:
api_service: rob_openai_service
supports_images: true
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand All @@ -39,6 +42,7 @@ gpt_4_turbo_2024_04_09:
api_service: rob_openai_service
supports_images: true
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand All @@ -50,6 +54,7 @@ gpt_4_turbo_preview:
api_service: rob_openai_service
supports_images: false
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand All @@ -61,6 +66,7 @@ gpt_4_0125_preview:
api_service: rob_openai_service
supports_images: false
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand Down Expand Up @@ -140,6 +146,8 @@ gpt_best:
api_service: keith_openai_service
supports_images: true
supports_tools: true
supports_system_message: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand All @@ -152,6 +160,7 @@ claude_best:
api_name: claude-best
supports_images: true
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand All @@ -163,6 +172,7 @@ gpt_4o:
api_service: keith_openai_service
supports_images: true
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand Down Expand Up @@ -218,6 +228,7 @@ gpt_4:
api_service: keith_openai_service
supports_images: false
supports_tools: true
supports_system_message: true
input_token_cost_cents: 0.0001
output_token_cost_cents: 0.0001

Expand Down

0 comments on commit 26c3ac3

Please sign in to comment.