Amirhossein

Results 13 comments of Amirhossein

You cant have two bot instances with one bot Token Can you provide how you add your handlers ? BTW, You can have more than two handlers like this: ```...

> JFYI, tried to use [bot test environment](https://core.telegram.org/bots/webapps#using-bots-in-the-test-environment), it does not work because of the URL construction. Telebot constructs URL as `url := b.URL + "/bot" + b.Token + "/"...

Yes sorry for wrong info

same thing in iran it was working about 3 month ago here but i get [!] There was an error connecting to the ProtonVPN API. [!] Please make sure your...

Thank you for your response. I already have an embedding model, but its running on another machine. Is there anyway to config plugin to use that ? I already have...

here is config.json ```json { "models": [ { "model": "deepseek-coder-v2:16b", "title": "Deekseek Coder v2", "apiBase": "http://ollama.local:11434", "provider": "ollama" } ], "customCommands": [ { "name": "test", "prompt": "{{{ input }}}\n\nWrite a...

> stop your editor, delete the ~/.continue/index folder, start your editor again and see if you get the same error in the log? After deleteing index folder that error was...

Thank you for your time (: By the way, i just tested the exact same config on a windows machine with pycharm 2024.2, and it is working smoothly !