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 14, 2024
1 parent 00efbca commit a435608
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ group :test do
gem "selenium-webdriver"
gem "minitest-stub_any_instance"
gem "rails-controller-testing"
end
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,4 +490,4 @@ RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.5.1
2.5.1
1 change: 1 addition & 0 deletions test/fixtures/language_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ gpt_best:
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

0 comments on commit a435608

Please sign in to comment.