ZhangJie
ZhangJie
### Is your feature request related to a problem? Please describe It is recommended to add a -g parameter to the install command. asdf install && asdf global ==>asdf install...
The UnitTestGenerator logs twice, a detailed log with timestamps and an abbreviated log without timestamps.
**Describe the bug** Folding the code after the part '...' is shown overlapping with the code. **To Reproduce** sample code: ``` RequestLockMutex &Server::TestsGenServiceImpl::getLock() { std::string const &client = RequestEnvironment::getClientId(); auto...
Inconsistency with openai standard api parameters ```python response = client.chat.completions.create( model="gpt-4o-mini", messages=[ { "role": "user", "content": [ { "type": "text", "text": "What is in this image?", }, { "type": "image_url",...