wit-ai / pywit

Python library for Wit.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have created a version in my app. Which parameter should I pass in my code so that it specifically hits this app version? I need this to maintain versioning in my witai app.

rohitx71 opened this issue · comments

Hi,

The API uses the tag version parameter. It isn't implemented yet in the Python library. Would you be able to take a stab at it?

yes, will check that.
If i've created a version 1.0 in my wit app. I need to pass 1.0 as the value of tag in the apis, right?

Yes