Skip to content

Commit 5fef03f

Browse files
committed
Comment ends in a period (godot)
1 parent 1d922c6 commit 5fef03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openai_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ func setupAzureTestServer() (client *openai.Client, server *test.ServerTest, tea
2929

3030
// numTokens Returns the number of GPT-3 encoded tokens in the given text.
3131
// This function approximates based on the rule of thumb stated by OpenAI:
32-
// https://beta.openai.com/tokenizer
32+
// https://beta.openai.com/tokenizer.
3333
//
34-
// TODO: implement an actual tokenizer for GPT-3 and Codex (once available)
34+
// TODO: implement an actual tokenizer for GPT-3 and Codex (once available).
3535
func numTokens(s string) int {
3636
return int(float32(len(s)) / 4)
3737
}

0 commit comments

Comments
 (0)