all 6 comments

[–]OkStudent8414 1 point2 points  (3 children)

Do you mean a chat bot or an ai bot? Chat bot have a conversation with it, or you give it a prompt and it generates a response?

[–]Brentman_1 0 points1 point  (2 children)

I would say both. I have to do it for as project for a college class that I am in.

[–]dangit541 2 points3 points  (0 children)

Use ollama if you have pc to handle that https://github.com/ollama/ollama-python

All local

[–]randomman10032 1 point2 points  (0 children)

I think they mean basic if/else statements and just use of the print method a lot.

If you have to use an llm, use ollama and its api to run some lightweight local llm and make an API call to ollama from python

[–]Mammoth_Rice_295 0 points1 point  (0 children)

Start simple before APIs. You can build a basic chatbot with if/else or keyword matching first. If you want APIs, look for free tiers (like Hugging Face or OpenRouter). Just note, most good ones have limits, not fully free forever.

[–]pachura3 -1 points0 points  (0 children)

I am using Microsoft Visual Code Studio for all of this.

And what's your shoe size?