Skip to content

Commit 8455b86

Browse files
jaymiracolatnthornton
authored andcommitted
gofmt
Signed-off-by: Jay Miracola <jaymiracola@gmail.com>
1 parent 8e8fc03 commit 8455b86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fn.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ import (
4444
)
4545

4646
const (
47-
credName = "gpt"
48-
credKey = "OPENAI_API_KEY"
49-
credBaseURLKey = "OPENAI_BASE_URL"
50-
credModelKey = "OPENAI_MODEL"
51-
defaultModel = "gpt-4"
47+
credName = "gpt"
48+
credKey = "OPENAI_API_KEY"
49+
credBaseURLKey = "OPENAI_BASE_URL"
50+
credModelKey = "OPENAI_MODEL"
51+
defaultModel = "gpt-4"
5252
)
5353

5454
// Variables used to form the prompt.

0 commit comments

Comments
 (0)