Skip to content

Commit 3cfd60a

Browse files
committed
chore: rename var in test
1 parent 0487ec4 commit 3cfd60a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/openai_api_polling/utils/count_token.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ def token(self, text: str) -> int:
3737

3838

3939
if __name__ == "__main__":
40-
count_token = CountToken(OpenAIResources.EMBEDDING)
41-
print(count_token.token("Hello, world!"))
40+
token_counter = CountToken(OpenAIResources.EMBEDDING)
41+
print(token_counter.token("Hello, world!"))

0 commit comments

Comments
 (0)