Spaces:
Running
Running
robertselvam
commited on
Commit
•
e3793e5
1
Parent(s):
184f51f
Update ContractGenerator.py
Browse files- ContractGenerator.py +1 -1
ContractGenerator.py
CHANGED
@@ -45,7 +45,7 @@ class ContractGenerator:
|
|
45 |
|
46 |
# Call OpenAI GPT-3.5-turbo
|
47 |
chat_completion = client.chat.completions.create(
|
48 |
-
model = "
|
49 |
messages = conversation,
|
50 |
max_tokens=1000,
|
51 |
temperature=0
|
|
|
45 |
|
46 |
# Call OpenAI GPT-3.5-turbo
|
47 |
chat_completion = client.chat.completions.create(
|
48 |
+
model = "GPT-3",
|
49 |
messages = conversation,
|
50 |
max_tokens=1000,
|
51 |
temperature=0
|