File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Run `bundle install` and create a config file:
2828# config/initializers/code_to_query.rb
2929CodeToQuery .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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments