Shreyas9400 / SearXNG-WebSearch-AI

AI powered Chatbot with real time updates.
Apache License 2.0
39 stars 2 forks source link

TypeError: Chatbot.__init__() got an unexpected keyword argument 'likeable' #1

Open zono50 opened 1 month ago

zono50 commented 1 month ago

2024-10-20 07:08:19,455 - INFO - Use pytorch device_name: cuda 2024-10-20 07:08:19,455 - INFO - Load pretrained SentenceTransformer: all-MiniLM-L6-v2 Traceback (most recent call last): File "/mnt/Kodi_Backup/Applications/SearXNG-WebSearch-AI/app.py", line 897, in chatbot=gr.Chatbot( File "/home/zono50/.conda/envs/WebSearch-AI/lib/python3.10/site-packages/gradio/component_meta.py", line 179, in wrapper return fn(self, **kwargs) TypeError: Chatbot.init() got an unexpected keyword argument 'likeable'

I keep getting this error, and i've tried to work around it, but the program never seems to run right. Any suggestions on a fix for this?

I created a .env file and put GROQ_API_KEY in there but to no avail

Shreyas9400 commented 1 month ago

I have updated the Groq model, it works good now. Regarding the 'likeable' I will check on it, for now can you try removing the same its in line 897 chatbot function. It might be a Gradio interface issue, but will check and get back to you.