Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def generate_response(user_input, science_objectives="", relevant_context="", re
|
|
142 |
combined_input = f"User Input: {user_input}\n\nPlease generate a full structured response, including Science Objectives."
|
143 |
|
144 |
response = client.chat.completions.create(
|
145 |
-
model="gpt-
|
146 |
messages=[
|
147 |
{"role": "system", "content": system_message},
|
148 |
{"role": "user", "content": combined_input}
|
|
|
142 |
combined_input = f"User Input: {user_input}\n\nPlease generate a full structured response, including Science Objectives."
|
143 |
|
144 |
response = client.chat.completions.create(
|
145 |
+
model="gpt-4.1",
|
146 |
messages=[
|
147 |
{"role": "system", "content": system_message},
|
148 |
{"role": "user", "content": combined_input}
|