Google Gemini API is here | Python Chat App

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • At this time, this is all free, so start tinkering!
    Github: github.com/kri...
    Quick note: I tried this on a windows machine and kept getting and ImportError exception. To solve this, I had to install the latest version of Microsoft Visual C++ Redistributable as well as do a 'pip install msvc-runtime'
    Link to VC Redistributable: learn.microsof...
    Python + Gradio + Gemini
    Go build something amazing.

ความคิดเห็น • 3

  • @SkillCollectors
    @SkillCollectors  9 หลายเดือนก่อน

    Quick note, after playing with this for about 24 hours, I'm finding Gemini is very buggy (chat triggering exceptions) and is suffering from a lot of hallucinations. It's been giving me links that lead to 404 pages. One example, I asked it to explain binary to me where it started off ok but then proceeded to calculate 1011 (11 in decimal) and added it backwards (left to right instead of right to left) and got 13. SMH. I'm sure they will work it out but this is not ready for general use yet. Anyone else having experiences like this?

  • @ROKKor-hs8tg
    @ROKKor-hs8tg 8 หลายเดือนก่อน

    Not work

    • @SkillCollectors
      @SkillCollectors  8 หลายเดือนก่อน

      I tried this on my windows machine at my job and you're right, it didn't work. I was getting and import error and found that I needed to install this from microsoft: learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
      Also, this code was written with python 3.9 so make sure that you have that on your system before building the dependencies with pipenv.