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

2
api.go
View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bufio" "bufio"

View File

@@ -1,5 +1,5 @@
// common.go defines common types used throughout the OpenAI API. // common.go defines common types used throughout the OpenAI API.
package gogpt package openai
// Usage Represents the total token usage per request to OpenAI. // Usage Represents the total token usage per request to OpenAI.
type Usage struct { type Usage struct {

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"net/http" "net/http"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"context" "context"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import "fmt" import "fmt"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"context" "context"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bytes" "bytes"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"

View File

@@ -1,4 +1,4 @@
package gogpt package openai
import ( import (
"bufio" "bufio"

View File

@@ -1,4 +1,4 @@
package gogpt_test package openai_test
import ( import (
. "github.com/sashabaranov/go-openai" . "github.com/sashabaranov/go-openai"