Xiangyi Li
Xiangyi Li
I tried using this command inside nvim and nothing happens ``` source ~/.config/nvim/init.vim ``` So I wonder if anyone could shed some light on how to set this up on...
bug: text generation result is different for different operating systems (macOS, windows, and Linux)
# Repo of the project where the bug is spotted: https://github.com/l1xiangyi/GPT2/tree/main # What is the problem The problem occurs in [main.py line 89](https://github.com/l1xiangyi/GPT2/blob/b0a759b6a6fed6dc87d2f450f0cb9088e81937d1/main.py#L89) where I try to generate texts based...
openapi-generator-cli generate -i src/openapi.yaml -g typescript-fetch -o src/openai-client Exception in thread "main" org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI)....
### What is the issue? Running ``` make first-run ``` on mac will trigger the following command: ``` poetry install --with setup,community --verbose ``` Then it will produce this error...