chatgpt-code-assistant
chatgpt-code-assistant copied to clipboard
ChatGPT Plugin for retrieving external API documentation and reading and writing to local files.
Traceback (most recent call last): File "/home/yaniv/.local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi result = await app( # type: ignore[func-returns-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/yaniv/.local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__ return await self.app(scope, receive, send)...
I was never able to get your plugin working following your instructions. Verified that the ngrok endpoint is accessible, but keep getting: `Could not parse manifest as JSON: Expecting value:...
Suggested and implemented by the ChatGPT itself 🤯: - Move FastAPI routes from main.py to modules/routes.py - Move Pydantic models to modules/models.py - Move utility function to modules/utils.py - Simplify...