MR-Alex42

Results 5 issues of MR-Alex42

First version of the microservice generated. Start iterating on it to make the tests pass... Debugging iteration 1 Trying to debug the microservice. Might take a while... Traceback (most recent...

Traceback (most recent call last): File "D:\Programme\gptdeploy\gptdeploy.py", line 5, in main() File "D:\Programme\Python310\lib\site-packages\click\core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "D:\Programme\Python310\lib\site-packages\click\core.py", line 1055, in main rv = self.invoke(ctx) File...

I'm running gptdeploy with model GPT 3.5, so my maximum token context length is limited to 4097 tokens. The API call currently does not consider model dependent token context length...

gptdeploy run --path D:\Programme\gptdeploy\microservice Traceback (most recent call last): File "D:\Programme\gptdeploy\gptdeploy.py", line 5, in main() File "D:\Programme\Python310\lib\site-packages\click\core.py", line 1130, in __call__ return self.main(*args, **kwargs) File "D:\Programme\Python310\lib\site-packages\click\core.py", line 1055, in main...

I was running into a loop with the example below. As you can see an error occurred during the build process. GPT analyzes the error and provides potential solutions. But...