Yinghang Ma
Yinghang Ma
Hello there. I found a parser: https://github.com/solidity-parser/parser I wonder if it could be used in this case.
Hi @iorisa , Thank you for your reply! The issues and my thoughts are here: **Issues:** 1. The Engineer Agent decided to rewrite the code after QA Engineer reported LGTM...
> @Coppelian Thanks for the question. Problem 1 looks really strange, and I haven't reproduced it yet; as for problem 2, there is only one global meter by design, but...
Here is the OpenAI_Usage_Info I retrieved from the log: 1. **[OpenAI_Usage_Info Receive]** prompt_tokens: 440 completion_tokens: 17 total_tokens: 457 cost: $0.001388 2. **[OpenAI_Usage_Info Receive]** prompt_tokens: 498 completion_tokens: 49 total_tokens: 547 cost:...
> ` Is there a possibility that ChatDev calculate the price in each Phase itself without using the OpenAI_Usage_Info?` > > That's exactly the case. ChatDev calculates it's usage locally...
@tsantalis Thank you for the response. You're correct, those projects are not properly set up with ant build.xml, leading to failure compilation. I had a problem using the JDeodorant Commandline...
Hi René, Thank you for providing this information. I have a better understanding of how compilation works. Best, Chris