You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Formulate a precise PubMed query based on the analysis of the request. Ensure the query includes the disease or condition name, relevant keywords, and MeSH terms. Incorporate Boolean operators to enhance search accuracy and retrieve the most pertinent research articles, reviews, and clinical trials.",
63
62
)
64
-
max_articles: int=Field(
65
-
...,
66
-
description=None
67
-
)
63
+
max_articles: int=Field(..., description=None)
68
64
69
65
70
66
# Create an instance of the OpenAIChat class with GPT-4
0 commit comments