rename internally

This commit is contained in:
Alexander Baranov
2023-03-04 15:29:42 +04:00
parent d59ab48c58
commit 9eea94730a
25 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bufio"
+1 -1
View File
@@ -1,5 +1,5 @@
// common.go defines common types used throughout the OpenAI API.
package gogpt
package openai
// Usage Represents the total token usage per request to OpenAI.
type Usage struct {
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"net/http"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"context"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import "fmt"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"context"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bytes"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt
package openai
import (
"bufio"
+1 -1
View File
@@ -1,4 +1,4 @@
package gogpt_test
package openai_test
import (
. "github.com/sashabaranov/go-openai"