-
Couldn't load subscription status.
- Fork 1.1k
Open
Labels
Description
Currently susi_server tries to contact wolfram first before trying something else. A simple "what is the time" request takes seconds to complete:
2019-12-16 08:02:22.613 INFO root - JSON data from API cannot be parsed: https://www.wolframcloud.com/objects/9611ca1b-5214-4887-863e-6ef6e4d44941
2019-12-16 08:02:22.613 INFO root - Susi is thinking about: {"data":[],"metadata":{"hits":0,"count":0}}
2019-12-16 08:02:22.616 INFO root - === Wasted 11393 milliseconds with intent {"id":-966673264,"depth":0,"score":9275070245451,"skill_source":"/susi_skill_data/models/general/Utilities/en/time.txt","skill_link":"https://github.com/fossasia/susi_skill_data/blob/master/models/general/Utilities/en/time.txt","skill_line":9,"keys":["time"],"phrases":[{"type":"minor","expression":"current time","line":9},{"type":"minor","expression":"what time is it","line":9},{"type":"minor","expression":"what time it is","line":9},{"type":"minor","expression":"what is the time","line":9},{"type":"minor","expression":"tell me the time","line":9},{"type":"minor","expression":"can you tell me the time","line":9},{"type":"minor","expression":"tell the time","line":9},{"type":"minor","expression":"what is the time","line":9},{"type":"minor","expression":"time now","line":9},{"type":"minor","expression":"could you tell me the time","line":9},{"type":"minor","expression":"i don't know what time it is","line":9},{"type":"minor","expression":"please tell the time","line":9}],"process":[{"type":"console","definition":{"url":"https://www.wolframcloud.com/objects/9611ca1b-5214-4887-863e-6ef6e4d44941","path":"$.queryresult.pods[1].subpods"}}],"actions":[{"type":"answer","select":"random","phrases":["It is $plaintext$"],"language":"en","line":17}],"cues":[],"example":"What time is it","expect":"it is 2 minutes past 17"}
Is there a way to disable wolfram or make it be contacted after local skills are nt found?
Related to: #1417