Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def upload_and_process_file():
|
|
25 |
def generate_living_record(data):
|
26 |
data_str = str(data)
|
27 |
response = openai.ChatCompletion.create(
|
28 |
-
model="gpt-
|
29 |
messages=[
|
30 |
{"role": "system",
|
31 |
"content": instructions.instruction
|
|
|
25 |
def generate_living_record(data):
|
26 |
data_str = str(data)
|
27 |
response = openai.ChatCompletion.create(
|
28 |
+
model="gpt-4o-mini",
|
29 |
messages=[
|
30 |
{"role": "system",
|
31 |
"content": instructions.instruction
|