We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0be04 commit 87ea8d1Copy full SHA for 87ea8d1
tests/test_chatbot.py
@@ -10,7 +10,7 @@
10
11
class TestChatBot(unittest.TestCase):
12
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)
+ self.bot = GPTBot(temperature=1, top_p=1, retry=8, max_async=16, fee_limit=0.05)
14
15
def test_estimate_fee(self):
16
bot = self.bot
0 commit comments