Marc Goodner
Marc Goodner
**Describe your environment** - GPU: [cuda] - VRAM: [10GB] - CPU arch: [x86] - OS: [Windows] - Python: [miniconda] - Branch: [main] - Commit: [b0b82efffe2069d8041cf406008cd0dd43b1218a] **Describe the bug** When using...
So Linux can have files that differ only by case in the same directory. NTFS supports this as well, but if you generate a project file with these scripts that...
[Enter feedback here] This, and most pages I've seen, in the steps for Python is missing the step to run pip install after running func init. The samples will not...
Just stumbled across this project, it looks great. I just tried the 2.0 branch but it seems neither it or the current branch support additional boards installed via adding additional...
The code generated by the call below is incorrect for both v1 and v2 for Python. ```func new --name HttpExample --template "HTTP trigger" --authlevel anonymous``` This will generate the following...
This may be related to my GH account being tied to an organizational account. When I select model fine tuning I am prompted to authenticate with GH. Going through that...
I found when using this with Azure OpenAI that the llm responses were coming back as valid json but extract_json_between_markers was rejecting them because it is enforcing a check for...