pywit icon indicating copy to clipboard operation
pywit copied to clipboard

Python library for Wit.ai

Results 24 pywit issues
Sort by recently updated
recently updated
newest added

I am creating a messenger chatbot and I get the following error. _> File "/app/app.py", line 87, in webhook > response = client.message(msg=text, context={'session_id':fb_id}) > > File "/app/.heroku/python/lib/python3.9/site-packages/wit/wit.py", line 69,...

Hey, since new functions have been added, can you update the package in PyPi? It would make it easier for users to use the new functions.

I will probably release prompt_toolkit 2.0 this or next week, and it has breaking changes, so it'd be good to merge this. After the release we can still upgrade.

close #87 I directly add `timeout` parameter on `req` method

I tried to send an audio message to my bot and the chat stopped working because a KeyError were raised (no key 'text', since it wasn't a text message). This...

I want to train the bot via https request. I am using python to do so. But I encounter problems (400 ERROR), which means that I am doing something wrong...

We should build every commit and run test cases.

help wanted

**Do you want to request a *feature*, report a *bug*, or ask a *question* about pywit?** Yes, I couldn't find a feature on WIT to get the next best alternatives...

Hi, I'm using wit.ai in a simple python application in order to trascribe audio (Speech to text) and I have encountered the following issue: when i send audio with the...