Allen Dang
Allen Dang
@gucio321 Yes, after migration this should be fixed.
@daiwhea I remember I tried this once with no luck, might with other issue from render. But this issue will no longer exists once we changed the backend from imgui-go...
@daiwhea That's a good news, please make a PR.
@WinPooh32 use ID(...) instead of Label(...)
because your ID is the same for all rows and buttons, make them unique by add index into ID.
@paul-gauthier It's the first time I heard I need to pass URL of open ai, it is not mentioned in the installation instruction, may be update the document? I followed...
@paul-gauthier Here it is ``` ❯ aider --verbose Aider v0.28.1-dev Command Line Args: --verbose Environment Variables: OPENAI_API_KEY: *** Defaults: --model: gpt-4-1106-preview --skip-model-availability-check:False --voice-language: en --map-tokens: 1024 --input-history-file:/Users/allen/Documents/Gocode/src/tripo-dc-bot/.aider.input.history --chat-history-file:/Users/allen/Documents/Gocode/src/tripo-dc-bot/.aider.chat.history.md --user-input-color:#00cc00 --tool-error-color:#FF2222...
@paul-gauthier 
@paul-gauthier ``` ❯ aider --verbose Aider v0.28.0 Command Line Args: --verbose Environment Variables: OPENAI_API_KEY: *** Defaults: --model: gpt-4-1106-preview --skip-model-availability-check:False --voice-language: en --map-tokens: 1024 --input-history-file:/Users/allen/Documents/Gocode/src/tripo-blog-bot/.aider.input.history --chat-history-file:/Users/allen/Documents/Gocode/src/tripo-blog-bot/.aider.chat.history.md --user-input-color:#00cc00 --tool-error-color:#FF2222 --assistant-output-color:#0088ff --code-theme: default...
@paul-gauthier 