-
I have a chat model which responds on
```
@app.route("/get")
#function for the bot response
def get_bot_response():
userText = request.args.get('msg')
data = T.getResponse(userText)
…
-
when i try to use bard with this code
```import g4f
from g4f.Provider import (
Bard,
Bing,
HuggingChat,
OpenAssistant,
OpenaiChat,
)
response = g4f.ChatCompletion.create(…
-
⚠️INSTRUCTIONS:
- Enter ONE "x" inside the brackets [x] to choose the answer
- [x] Example
- [ ] Example2
**Have you already searched for your ISSUE among the resolved ones?**…
-
There is a bug or lag in the chat, the internet is always full when I want to start the chat, please fix the server again even though my internet is good.
-
server constantly timeing out
-
### Description
after update it's even more errors
Exception in thread Thread-2 (run_task):
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/pyth…
-
### Description
With new version it says that it cannot deserialize json body
Status code: 422
Response content: b'Failed to deserialize the JSON body into the target type: parameters.max_new_token…
-
Hi All,
After installing the latest version of php-hugging-chat-0.5.2, when starting "chat.php" in the example directory, the following error is output.
”PHP Fatal error: Uncaught Exception: Faile…
-
Hello @ArmelRandy @lewtun , and other authors. In the readme file, I found that the "chat" Iink leads me to the Huggingchat page, but i can't seem to find any presence of Starcoder on the Huggingchat …
-
From the log
``` Python
Traceback (most recent call last):
File "/home/adminuser/venv/lib/python3.9/site-packages/hugchat/hugchat.py", line 625, in _stream_query
_type = obj["type"]
…