Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ def generate_response(user_input, relevant_context="", references=[], max_tokens
|
|
187 |
combined_input = f"User Input: {user_input}\nPlease generate a detailed structured response as per the defined sections and table format."
|
188 |
|
189 |
response = client.chat.completions.create(
|
190 |
-
model="gpt-
|
191 |
messages=[
|
192 |
{"role": "system", "content": system_message},
|
193 |
{"role": "user", "content": combined_input}
|
|
|
187 |
combined_input = f"User Input: {user_input}\nPlease generate a detailed structured response as per the defined sections and table format."
|
188 |
|
189 |
response = client.chat.completions.create(
|
190 |
+
model="gpt-4o",
|
191 |
messages=[
|
192 |
{"role": "system", "content": system_message},
|
193 |
{"role": "user", "content": combined_input}
|