xwnb / GitGeminiHub

This is GitGeminiHub built by [GitHub Action] and [Google Gemini] API to achieve the automatically response by Issue
MIT License
4 stars 1 forks source link

Example: Parse the formula #20

Closed xwnb closed 9 months ago

xwnb commented 9 months ago

Let's read images

Prompt


Parse the formula in the image first Then based on the formula, answer "what's the 4th term in the sequence?"


Content



Intruction

github-actions[bot] commented 9 months ago

Prompt:

Parse the formula in the image first Then based on the formula, answer "what's the 4th term in the sequence?"

Content:

🎉 Task executed successfully. Here is the response:


The formula is: (b(1) = 15) (b(n) = b(n-1) \cdot (-3))

(b(1) = 15) (b(2) = b(1) \cdot (-3) = 15 \cdot (-3) = -45) (b(3) = b(2) \cdot (-3) = -45 \cdot (-3) = 135) (b(4) = b(3) \cdot (-3) = 135 \cdot (-3) = -405)

So the 4th term in the sequence is -405.


😉 Task completed, and close ticket.