Spaces:
Sleeping
Sleeping
Commit ·
cc81fac
1
Parent(s): 798bb4a
switch model
Browse files
app.py
CHANGED
|
@@ -476,7 +476,7 @@ def analyze_patent_idea(query: str):
|
|
| 476 |
logging.info("Rewriting query...")
|
| 477 |
query_prompt = query_prompt_template.format(user_description=query)
|
| 478 |
rewrite_response = client.responses.parse(
|
| 479 |
-
model="o3
|
| 480 |
input=[{"role": "user", "content": query_prompt}],
|
| 481 |
text_format=RewrittenQuery
|
| 482 |
)
|
|
|
|
| 476 |
logging.info("Rewriting query...")
|
| 477 |
query_prompt = query_prompt_template.format(user_description=query)
|
| 478 |
rewrite_response = client.responses.parse(
|
| 479 |
+
model="o3",
|
| 480 |
input=[{"role": "user", "content": query_prompt}],
|
| 481 |
text_format=RewrittenQuery
|
| 482 |
)
|