Alex Steiner
Alex Steiner
In the API Reference, you are missing a parentheses `from collections import namedtuple Transform = namedtuple('Transform', ['func', 'inv_func'] transform = Transform(func=numpy.exp, inv_func=numpy.log) ht = HTSRegressor(transform=transform, ...)` should be `from collections...
when I start, vmware crashes
MSVC seems to not like many of the statements. I'm no c++ expert (which is why i was trying to use this header file obviously). Wonder if you know how...
AI model
Do you think the AI model would work with a structured output?
tried with version .5 and .4 on pypi ``` import openlm as openai import json completion = openai.Completion.create( model="ada", prompt="Hello world", ) print(json.dumps(completion, indent=4)) ``` if I use openai instead...