mirror of
https://github.com/elder-plinius/AutoTemp.git
synced 2026-05-13 21:32:11 +02:00
Update autotemp.py
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import re
|
||||
load_dotenv()
|
||||
|
||||
class AutoTemp:
|
||||
def __init__(self, default_temp=0.5, alt_temps=None, auto_select=True):
|
||||
def __init__(self, default_temp=0.0, alt_temps=None, auto_select=True):
|
||||
self.api_key = os.getenv('OPENAI_API_KEY')
|
||||
openai.api_key = self.api_key
|
||||
self.default_temp = default_temp
|
||||
|
||||
Reference in New Issue
Block a user