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
full_prompt=f"""Search term: {search_term}\nCurrent topics: {', '.join(topics)}\n\n{prompt}\n\nPlease provide suggestions as a simple list, one per line. Keep each suggestion concise."""
50
-
49
+
full_prompt=f"""Search term: {search_term}\nCurrent topics: {', '.join(topics)}\n\n{prompt}\n\You only return a list of the k topics. K can be any number."""
raiseHTTPException(status_code=500, detail="Gemini client not initialized")
72
72
73
-
full_prompt=f"""Search term: {search_term}\nCurrent topics: {', '.join(topics)}\n\n{prompt}\n\nPlease provide suggestions as a simple list, one per line. Keep each suggestion concise."""
73
+
full_prompt=f"""Search term: {search_term}\nCurrent topics: {', '.join(topics)}\n\n{prompt}\n\nYou only return a list of the k topics. K can be any number. No other text."""
0 commit comments