We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1edb6 commit 124117eCopy full SHA for 124117e
src/gemini_service.py
@@ -52,7 +52,7 @@ def call_gemini_api(prompt_text, expect_json=False):
52
print(f" Error calling Gemini API: {e}")
53
return None
54
except (KeyError, IndexError):
55
- print(f" Error parsing Gemini response: {result}")
+ print(" Error parsing Gemini response: Malformed or unexpected structure.")
56
57
58
def get_motivational_quote():
0 commit comments