Some more fixes, reduce retries.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ class TestBotBase(unittest.IsolatedAsyncioTestCase):
|
||||
self.config_data = {
|
||||
"openai-token": os.environ['OPENAI_TOKEN'],
|
||||
"model": "gpt-4",
|
||||
"max_tokens": 1024,
|
||||
"max-tokens": 1024,
|
||||
"temperature": 0.9,
|
||||
"top-p": 1.0,
|
||||
"presence-penalty": 1.0,
|
||||
|
||||
Reference in New Issue
Block a user