Skip to content

Commit 187a18c

Browse files
committed
update gemspec and readme
1 parent 448c3db commit 187a18c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Run `bundle install` and create a config file:
2828
# config/initializers/code_to_query.rb
2929
CodeToQuery.configure do |config|
3030
config.openai_api_key = ENV['OPENAI_API_KEY']
31-
config.openai_model = 'gpt-4'
31+
config.openai_model = 'gpt-4.1-mini'
3232

3333
# Security settings
3434
config.enable_explain_gate = true

code_to_query.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = 'Natural language to safe, parameterized SQL for Rails'
1212
spec.description = 'Ask for data in plain English; get validated, parameterized SQL with guardrails.'
13-
spec.homepage = 'https://github.com/CodeToQuery/code_to_query'
13+
spec.homepage = 'https://codetoquery.com/'
1414
spec.license = 'MIT'
1515

1616
spec.required_ruby_version = '>= 3.0'
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ['lib']
2222

2323
spec.metadata = {
24-
'source_code_uri' => 'https://github.com/CodeToQuery/code_to_query',
24+
'source_code_uri' => 'https://github.com/kholdrex/code_to_query',
2525
'rubygems_mfa_required' => 'true'
2626
}
2727

0 commit comments

Comments
 (0)