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

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 {