Unverified Commit 4a8c937b authored by jinyuan sun's avatar jinyuan sun Committed by GitHub
Browse files

Update chatmol.py

parent 51dc9b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ def chat_with_gpt(message):
        response = openai.ChatCompletion.create(
            model="gpt-3.5-turbo",
            messages=messages,
            max_tokens=4000,
            max_tokens=500,
            n=1,
            temperature=0.1,
        )