dev-gpt
dev-gpt copied to clipboard
Your Virtual Development Team
Could you throw up the correct dockerfile to simplify build?
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 "C:\Users\hbaza\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\hubble\__init__.py", line 131, in show_hint print( File "C:\Users\hbaza\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rich\__init__.py", line 74, in print return write_console.print(*objects, sep=sep, end=end) File "C:\Users\hbaza\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\rich\console.py", line 1672, in print with self:...
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...
User feedback: If this thing can connect to a database and generate a crud web service, 80% of what I do would be replaced by AI https://www.reddit.com/r/softwarearchitecture/comments/12tz7wj/comment/jh8b6oz
As requested by a user on reddit: https://www.reddit.com/r/LangChain/comments/12tgbzj/comment/jh3ab4l/?utm_source=share&utm_medium=web2x&context=3
As requested by a user on reddit: https://www.reddit.com/r/LangChain/comments/12tgbzj/comment/jh3twc0/?utm_source=share&utm_medium=web2x&context=3
It turned out to be difficult for the users to specify the tasks in the exact same format required by us. This pr aims to solve this issue by asking...