Skip to content

Commit 87ea8d1

Browse files
committed
Update openai-python dep version for test suite.
1 parent 0c0be04 commit 87ea8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_chatbot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class TestChatBot(unittest.TestCase):
1212
def setUp(self):
13-
self.bot = GPTBot(model='gpt-3.5-turbo-16k', temperature=1, top_p=1, retry=8, max_async=16, fee_limit=0.05)
13+
self.bot = GPTBot(temperature=1, top_p=1, retry=8, max_async=16, fee_limit=0.05)
1414

1515
def test_estimate_fee(self):
1616
bot = self.bot

0 commit comments

Comments
 (0)