sam rodriguez
sam rodriguez
the `visualizer/solver.py` file uses the `time.clock()` function which is deprecated since python 3.8. so when I run viz-solver, I get the error: `File ".../visualizer/solver.py", line 59, in __init__ self._solve_start =...
Error was raised running the following: ``` prompt = guidance('''Is the following sentence offensive? Please answer with a single word, either "Yes", "Nein", or "Vielleicht". Sentence: {{example}} Answer:{{#select "answer" logprobs='logprobs'}}...
**The bug** ``` AssertionError: When calling OpenAI chat models you must generate only directly inside the assistant role! The OpenAI API does not currently support partial assistant prompting. ... Exception:...
**Is your feature request related to a problem? Please describe.** For non-executed programs storing and loading from text files works fine. But for partially executed programs with custom variables an...
fix seeming typo and add link to the correct term ---- 📚 Documentation preview 📚: https://python-packaging-user-guide--1537.org.readthedocs.build/en/1537/
It would be great to have 1:1 parity with the python implementation. Adding this function would be a step in that direction. I already created my own implementation: ``` //...
**Describe the bug** Using the default code evaluator in the ui works. However, copy pasting the exact same code and uploading the evaluator with the sdk results in an error...