Rajesh Mondal
Rajesh Mondal
```python def ask_me(query): messages = [{"role": "user", "content": query}] response = g4f.ChatCompletion.create( # model="gpt-4-turbo", model=None, provider=g4f.Provider.HuggingFace, messages=messages ) return response ``` - **This is the base code**. Use **Different Provider**...
Take the response as text and display on your GUI framework 🤦♂️
> What are thoughts on https://github.com/Nactore-Org/Nacto-Care/issues/109 @RajeshTechForge . If this is not the source of problem then we would welcome your contribution to fix the issue. Let me check the...
Hello @Harshil-Jani , I’ve identified that issue #109 is the root cause of this bug. I’m currently working on a pull request to address it by removing the problematic section...
I recommend trying the installation in a lower version of Python, such as **Python 3.10**.