You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
A similar PR may already be submitted!
2
-
Please search among the [Pull request](https://github.com/sashabaranov/go-openai/pulls) before creating one.
2
+
Please search among the [Pull request](https://github.com/openshieldai/go-openai/pulls) before creating one.
3
3
4
4
If your changes introduce breaking changes, please prefix the title of your pull request with "[BREAKING_CHANGES]". This allows for clear identification of such changes in the 'What's Changed' section on the release page, making it developer-friendly.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
# Contributing Guidelines
2
2
3
3
## Overview
4
-
Thank you for your interest in contributing to the "Go OpenAI" project! By following this guideline, we hope to ensure that your contributions are made smoothly and efficiently. The Go OpenAI project is licensed under the [Apache 2.0 License](https://github.com/sashabaranov/go-openai/blob/master/LICENSE), and we welcome contributions through GitHub pull requests.
4
+
Thank you for your interest in contributing to the "Go OpenAI" project! By following this guideline, we hope to ensure that your contributions are made smoothly and efficiently. The Go OpenAI project is licensed under the [Apache 2.0 License](https://github.com/openshieldai/go-openai/blob/master/LICENSE), and we welcome contributions through GitHub pull requests.
5
5
6
6
## Reporting Bugs
7
-
If you discover a bug, first check the [GitHub Issues page](https://github.com/sashabaranov/go-openai/issues) to see if the issue has already been reported. If you're reporting a new issue, please use the "Bug report" template and provide detailed information about the problem, including steps to reproduce it.
7
+
If you discover a bug, first check the [GitHub Issues page](https://github.com/openshieldai/go-openai/issues) to see if the issue has already been reported. If you're reporting a new issue, please use the "Bug report" template and provide detailed information about the problem, including steps to reproduce it.
8
8
9
9
## Suggesting Features
10
-
If you want to suggest a new feature or improvement, first check the [GitHub Issues page](https://github.com/sashabaranov/go-openai/issues) to ensure a similar suggestion hasn't already been made. Use the "Feature request" template to provide a detailed description of your suggestion.
10
+
If you want to suggest a new feature or improvement, first check the [GitHub Issues page](https://github.com/openshieldai/go-openai/issues) to ensure a similar suggestion hasn't already been made. Use the "Feature request" template to provide a detailed description of your suggestion.
11
11
12
12
## Reporting Vulnerabilities
13
-
If you identify a security concern, please use the "Report a security vulnerability" template on the [GitHub Issues page](https://github.com/sashabaranov/go-openai/issues) to share the details. This report will only be viewable to repository maintainers. You will be credited if the advisory is published.
13
+
If you identify a security concern, please use the "Report a security vulnerability" template on the [GitHub Issues page](https://github.com/openshieldai/go-openai/issues) to share the details. This report will only be viewable to repository maintainers. You will be credited if the advisory is published.
14
14
15
15
## Questions for Users
16
-
If you have questions, please utilize [StackOverflow](https://stackoverflow.com/) or the [GitHub Discussions page](https://github.com/sashabaranov/go-openai/discussions).
16
+
If you have questions, please utilize [StackOverflow](https://stackoverflow.com/) or the [GitHub Discussions page](https://github.com/openshieldai/go-openai/discussions).
17
17
18
18
## Contributing Code
19
-
There might already be a similar pull requests submitted! Please search for [pull requests](https://github.com/sashabaranov/go-openai/pulls) before creating one.
19
+
There might already be a similar pull requests submitted! Please search for [pull requests](https://github.com/openshieldai/go-openai/pulls) before creating one.
See also: https://pkg.go.dev/github.com/sashabaranov/go-openai#ClientConfig
379
+
See also: https://pkg.go.dev/github.com/openshieldai/go-openai#ClientConfig
380
380
</details>
381
381
382
382
<details>
@@ -392,7 +392,7 @@ import (
392
392
"os"
393
393
"strings"
394
394
395
-
"github.com/sashabaranov/go-openai"
395
+
"github.com/openshieldai/go-openai"
396
396
)
397
397
398
398
funcmain() {
@@ -446,7 +446,7 @@ import (
446
446
"context"
447
447
"fmt"
448
448
449
-
openai "github.com/sashabaranov/go-openai"
449
+
openai "github.com/openshieldai/go-openai"
450
450
)
451
451
452
452
funcmain() {
@@ -492,7 +492,7 @@ package main
492
492
import (
493
493
"context"
494
494
"log"
495
-
openai "github.com/sashabaranov/go-openai"
495
+
openai "github.com/openshieldai/go-openai"
496
496
497
497
)
498
498
@@ -549,7 +549,7 @@ import (
549
549
"context"
550
550
"fmt"
551
551
552
-
openai "github.com/sashabaranov/go-openai"
552
+
openai "github.com/openshieldai/go-openai"
553
553
)
554
554
555
555
funcmain() {
@@ -680,7 +680,7 @@ package main
680
680
import (
681
681
"context"
682
682
"fmt"
683
-
"github.com/sashabaranov/go-openai"
683
+
"github.com/openshieldai/go-openai"
684
684
)
685
685
686
686
funcmain() {
@@ -755,8 +755,8 @@ import (
755
755
"fmt"
756
756
"log"
757
757
758
-
"github.com/sashabaranov/go-openai"
759
-
"github.com/sashabaranov/go-openai/jsonschema"
758
+
"github.com/openshieldai/go-openai"
759
+
"github.com/openshieldai/go-openai/jsonschema"
760
760
)
761
761
762
762
funcmain() {
@@ -828,7 +828,7 @@ Due to the factors mentioned above, different answers may be returned even for t
828
828
By adopting these strategies, you can expect more consistent results.
829
829
830
830
**Related Issues:**
831
-
[omitempty option of request struct will generate incorrect request when parameter is 0.](https://github.com/sashabaranov/go-openai/issues/9)
831
+
[omitempty option of request struct will generate incorrect request when parameter is 0.](https://github.com/openshieldai/go-openai/issues/9)
832
832
833
833
### Does Go OpenAI provide a method to count tokens?
834
834
@@ -839,15 +839,15 @@ For counting tokens, you might find the following links helpful:
839
839
-[How to count tokens with tiktoken](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb)
840
840
841
841
**Related Issues:**
842
-
[Is it possible to join the implementation of GPT3 Tokenizer](https://github.com/sashabaranov/go-openai/issues/62)
842
+
[Is it possible to join the implementation of GPT3 Tokenizer](https://github.com/openshieldai/go-openai/issues/62)
843
843
844
844
## Contributing
845
845
846
-
By following [Contributing Guidelines](https://github.com/sashabaranov/go-openai/blob/master/CONTRIBUTING.md), we hope to ensure that your contributions are made smoothly and efficiently.
846
+
By following [Contributing Guidelines](https://github.com/openshieldai/go-openai/blob/master/CONTRIBUTING.md), we hope to ensure that your contributions are made smoothly and efficiently.
847
847
848
848
## Thank you
849
849
850
-
We want to take a moment to express our deepest gratitude to the [contributors](https://github.com/sashabaranov/go-openai/graphs/contributors) and sponsors of this project:
850
+
We want to take a moment to express our deepest gratitude to the [contributors](https://github.com/openshieldai/go-openai/graphs/contributors) and sponsors of this project:
851
851
-[Carson Kahn](https://carsonkahn.com) of [Spindle AI](https://spindleai.com)
852
852
853
853
To all of you: thank you. You've helped us achieve more than we ever imagined possible. Can't wait to see where we go next, together!
0 commit comments