chatgpt-code-assistant icon indicating copy to clipboard operation
chatgpt-code-assistant copied to clipboard

ChatGPT Plugin for retrieving external API documentation and reading and writing to local files.

Results 3 chatgpt-code-assistant issues
Sort by recently updated
recently updated
newest added

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...