Spaces:
Runtime error
Runtime error
Roland Ding commited on
Commit ·
0cd8cab
1
Parent(s): 5757b52
quick ammend
Browse files
__pycache__/article.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/article.cpython-310.pyc and b/__pycache__/article.cpython-310.pyc differ
|
|
|
__pycache__/supplier.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/supplier.cpython-310.pyc and b/__pycache__/supplier.cpython-310.pyc differ
|
|
|
__pycache__/ui_device.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/ui_device.cpython-310.pyc and b/__pycache__/ui_device.cpython-310.pyc differ
|
|
|
__pycache__/ui_equivalent.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/ui_equivalent.cpython-310.pyc and b/__pycache__/ui_equivalent.cpython-310.pyc differ
|
|
|
__pycache__/utility.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/utility.cpython-310.pyc and b/__pycache__/utility.cpython-310.pyc differ
|
|
|
supplier.py
CHANGED
|
@@ -85,7 +85,7 @@ def create_inst(article, instructions):
|
|
| 85 |
return msg_stream
|
| 86 |
|
| 87 |
# def send_inst(stream, model="gpt-3.5-turbo-16k",temperature=0):
|
| 88 |
-
def send_inst(stream, model="gpt-4
|
| 89 |
res= openai.ChatCompletion.create(
|
| 90 |
model=model,
|
| 91 |
messages=stream,
|
|
|
|
| 85 |
return msg_stream
|
| 86 |
|
| 87 |
# def send_inst(stream, model="gpt-3.5-turbo-16k",temperature=0):
|
| 88 |
+
def send_inst(stream, model="gpt-4",temperature=0.1):
|
| 89 |
res= openai.ChatCompletion.create(
|
| 90 |
model=model,
|
| 91 |
messages=stream,
|