iprog_chatgpt 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7eb8a81196cffc09ff25eda8e2d7c3e8c7275124aa5712e661ba3004f0ea3e16
4
+ data.tar.gz: b24d78dd7bd35eadac35127cd85ec28d24538417770476f40206b4d255190dbe
5
+ SHA512:
6
+ metadata.gz: 5484da839da1ffe192580c1910e6eaeb505bfa2f1367dac5dfc924ad6871a701ee604ac00f403f98a12d73936e516da5979803c24e13c8aeb32b1ab17ff38d2b
7
+ data.tar.gz: 8316fd868b0dced2dd165e7ccdffd59ef67de7bd659202877dafeadec56ad240902f87836170cc453a0a09db3939fef5a64937b5c54f337f7b4e57a8d1b2fc52
data/CHANGELOG.md ADDED
@@ -0,0 +1,16 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [Unreleased]
8
+ ### Added
9
+ - Initial setup of gem structure.
10
+ - Basic ChatGPT API interaction support.
11
+ - RSpec tests for basic functionality.
12
+ - MIT License, Code of Conduct, and Changelog.
13
+
14
+ ## [0.1.0] - 2024-09-15
15
+ ### Added
16
+ - Initial release of the `iprog_chatgpt` gem with support for basic ChatGPT API interaction.
@@ -0,0 +1,41 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We, as members, contributors, and leaders, pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ - Demonstrating empathy and kindness toward other people
14
+ - Being respectful of differing opinions, viewpoints, and experiences
15
+ - Giving and gracefully accepting constructive feedback
16
+ - Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ - Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ - The use of sexualized language or imagery, and sexual attention or advances of any kind
22
+ - Trolling, insulting or derogatory comments, and personal or political attacks
23
+ - Public or private harassment
24
+ - Publishing others' private information, such as a physical or email address, without their explicit permission
25
+ - Other conduct which could reasonably be considered inappropriate in a professional setting
26
+
27
+ ## Enforcement Responsibilities
28
+
29
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
30
+
31
+ ## Scope
32
+
33
+ This Code of Conduct applies within all community spaces and also applies when an individual is officially representing the community in public spaces.
34
+
35
+ ## Enforcement
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [jaysonpresto.iprog21@gmail.com](mailto:jaysonpresto.iprog21@gmail.com). All complaints will be reviewed and investigated promptly and fairly.
38
+
39
+ ## Attribution
40
+
41
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Jayson Presto
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,72 @@
1
+ # Iprog ChatGPT
2
+
3
+ <img src="https://github.com/IPROG-TECH/media-files/blob/main/iprogtech-logo.png" width="150" alt="IPROG TECH" align="right" />
4
+
5
+ This gem is provided by [**IPROG TECH**](https://www.iprog.tech/), an information technology company specializing in web development services using Ruby on Rails. IPROG TECH also offers free programming tutorials.
6
+
7
+ **Providing Good Quality Web Services:**
8
+ - Startup
9
+ - Maintenance
10
+ - Upgrading & Conversion
11
+
12
+
13
+ <a href="https://www.buymeacoffee.com/iprog21" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
14
+
15
+ ## Installation
16
+
17
+ To install the gem, add this line to your application's Gemfile:
18
+ ```ruby
19
+ gem 'iprog_chatgpt'
20
+ ```
21
+
22
+ And then execute:
23
+ ```ruby
24
+ $ bundle install
25
+ ```
26
+
27
+ Or install it yourself as:
28
+ ```ruby
29
+ $ gem install iprog_chatgpt
30
+ ```
31
+
32
+ ## Usage
33
+ ```ruby
34
+ require 'iprog_chatgpt'
35
+
36
+ client = IprogChatgpt::Client.new("your_openai_api_key")
37
+ # or
38
+ # client = IprogChatgpt::Client.new("your_openai_api_key", "gpt-4o")
39
+ # default model: "gpt-3.5-turbo"
40
+
41
+ response = client.chat("Hello, how are you?")
42
+ puts response
43
+ ```
44
+
45
+ ## Rspec Testing
46
+ Export OpenAI API Key:
47
+ ```ruby
48
+ export OPENAI_API_KEY=your_secret_api_key
49
+ ```
50
+
51
+ Run Spec:
52
+ ```ruby
53
+ $ rspec spec/iprog_chatgpt/client_spec.rb
54
+ ```
55
+
56
+ Response:
57
+ ```ruby
58
+ {"id"=>"chatcmpl-A7W1GixPUxu5qYsGf6cEb5TQZs4DL", "object"=>"chat.completion", "created"=>1726354742, "model"=>"gpt-3.5-turbo-0125", "choices"=>[{"index"=>0, "message"=>{"role"=>"assistant", "content"=>"Hello! How can I assist you today?", "refusal"=>nil}, "logprobs"=>nil, "finish_reason"=>"stop"}], "usage"=>{"prompt_tokens"=>12, "completion_tokens"=>9, "total_tokens"=>21, "completion_tokens_details"=>{"reasoning_tokens"=>0}}, "system_fingerprint"=>nil}
59
+ .
60
+
61
+ Finished in 1.25 seconds (files took 0.09689 seconds to load)
62
+ 1 example, 0 failures
63
+ ```
64
+
65
+ ## Contributing
66
+ Bug reports and pull requests are welcome on GitHub at https://github.com/iprog21/iprog_chatgpt.
67
+
68
+ ## License
69
+ This gem is available as open source under the terms of the [MIT License](./LICENSE.txt).
70
+
71
+ ## Code of Conduct
72
+ This project has adopted the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to iprog.tech@gmail.com.
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'net/http'
4
+ require 'json'
5
+
6
+ module IprogChatgpt
7
+ class Client
8
+ API_ENDPOINT = "https://api.openai.com/v1/chat/completions"
9
+ attr_reader :api_key, :model
10
+
11
+ def initialize(api_key, model = "gpt-3.5-turbo")
12
+ @api_key = api_key
13
+ @model = model
14
+ end
15
+
16
+ def chat(prompt)
17
+ uri = URI(API_ENDPOINT)
18
+ http = Net::HTTP.new(uri.host, uri.port)
19
+ http.use_ssl = true
20
+ request = Net::HTTP::Post.new(uri.path, { 'Content-Type' => 'application/json', 'Authorization' => "Bearer #{api_key}" })
21
+ request.body = { model: model, messages: [{ role: "user", content: prompt }] }.to_json
22
+
23
+ response = http.request(request)
24
+
25
+ JSON.parse(response.body)
26
+ end
27
+ end
28
+ end
29
+
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module IprogChatgpt
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "dotenv/load"
4
+ require_relative "iprog_chatgpt/version"
5
+ require_relative "iprog_chatgpt/client"
metadata ADDED
@@ -0,0 +1,97 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: iprog_chatgpt
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Jayson Presto
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-09-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: json
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: net-http
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.10'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.10'
55
+ description: Provides a simple client for sending messages to OpenAI's ChatGPT and
56
+ receiving responses.
57
+ email:
58
+ - jaysonpresto.iprog21@gmail.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - CHANGELOG.md
64
+ - CODE_OF_CONDUCT.md
65
+ - LICENSE.txt
66
+ - README.md
67
+ - lib/iprog_chatgpt.rb
68
+ - lib/iprog_chatgpt/client.rb
69
+ - lib/iprog_chatgpt/version.rb
70
+ homepage: https://github.com/iprog21/iprog_chatgpt
71
+ licenses:
72
+ - MIT
73
+ metadata:
74
+ homepage_uri: https://github.com/iprog21/iprog_chatgpt
75
+ changelog_uri: https://github.com/iprog21/iprog_chatgpt/blob/main/CHANGELOG.md
76
+ coc_uri: https://github.com/iprog21/iprog_chatgpt/blob/main/CODE_OF_CONDUCT.md
77
+ source_code_uri: https://github.com/iprog21/iprog_chatgpt.git
78
+ post_install_message:
79
+ rdoc_options: []
80
+ require_paths:
81
+ - lib
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: '2.6'
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ requirements: []
93
+ rubygems_version: 3.5.18
94
+ signing_key:
95
+ specification_version: 4
96
+ summary: A Ruby gem for interacting with OpenAI's ChatGPT API.
97
+ test_files: []