foxtrotunicorn
WWasp-lang
•Created by foxtrotunicorn on 10/26/2023 in #đŸ™‹questions
Is anyone else getting response timeouts when trying to run MageGPT locally with GPT4
Okay yes it does finish, however I have had issues with hallucinations forgetting to create pages, and I have found that if I am getting time outs it seems more likely based on my testing that it forgets to create pages.
Lets say I am trying to create a large program with many modules, are there any suggestions on getting better results?
Should I try to create one module at a time and then piece it together? Would this be difficult for a beginner? I am not that great at coding...
Should I try to create one module at a time and then piece it together? Would this be difficult for a beginner? I am not that great at coding...
8 replies
WWasp-lang
•Created by foxtrotunicorn on 10/26/2023 in #đŸ™‹questions
Is anyone else getting response timeouts when trying to run MageGPT locally with GPT4
This is not happening every time, but if the program generates 10 modules I am getting these errors 4-6 of the modules.
This problem is also replicated with the MageGPT hosted at WASP using 3.5 and 4. This only recently started.
This problem is also replicated with the MageGPT hosted at WASP using 3.5 and 4. This only recently started.
8 replies
WWasp-lang
•Created by foxtrotunicorn on 10/19/2023 in #đŸ™‹questions
Help with running Wasp MageGPT locally on ubuntu
I keep getting the following error:
Caught retryable HTTP exception while doing ChatGPT request: HttpExceptionRequest Request {
host = "api.openai.com"
port = 443
secure = True
requestHeaders = [("Content-Type","application/json; charset=utf-8"),("Authorization","<REDACTED>")]
path = "/v1/chat/completions"
queryString = ""
method = "POST"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutMicro 90000000
requestVersion = HTTP/1.1
proxySecureMode = ProxySecureWithConnect
12 replies
WWasp-lang
•Created by foxtrotunicorn on 10/19/2023 in #đŸ™‹questions
Help with running Wasp MageGPT locally on ubuntu
I am running this in Docker from Portainer in a Ubuntu app stack.
12 replies
WWasp-lang
•Created by foxtrotunicorn on 10/19/2023 in #đŸ™‹questions
Help with running Wasp MageGPT locally on ubuntu
It looks like there is code or files that are failing to be generated.
12 replies
WWasp-lang
•Created by foxtrotunicorn on 10/19/2023 in #đŸ™‹questions
Help with running Wasp MageGPT locally on ubuntu
Client!] Error: Failed to scan for dependencies from entries:
[Client!] /wasp/SynergyERP/.wasp/out/web-app/index.html
[Client!]
[Client!] ? [ERROR] No matching export in "src/ext-src/pages/Dashboard.jsx" for import "default"
[Client!]
[Client!] src/router.jsx:9:7:
[Client!] 9 ? import DashboardPage from './ext-src/pages/Dashboard.jsx'
[Client!] ? ~~~
[Client!]
[Client!]
[Client!] ? [ERROR] No matching export in "src/ext-src/pages/Tenant.jsx" for import "default"
[Client!]
[Client!] src/router.jsx:10:7:
[Client!] 10 ? import TenantPage from './ext-src/pages/Tenant.jsx'
[Client!] ? ~~~~
[Client!]
[Client!]
[Client!] at failureErrorWithLog (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:1649:15)
[Client!] at /wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:1058:25
[Client!] at runOnEndCallbacks (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:1484:45)
[Client!] at buildResponseToResult (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:1056:7)
[Client!] at /wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:1068:9
[Client!] at new Promise (<anonymous>)
[Client!] at requestCallbacks.on-end (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:1067:54)
[Client!] at handleRequest (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:729:19)
[Client!] at handleIncomingPacket (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:755:7)
[Client!] at Socket.readFromStdout (/wasp/SynergyERP/.wasp/out/web-app/node_modules/esbuild/lib/main.js:679:7)
12 replies
WWasp-lang
•Created by foxtrotunicorn on 10/19/2023 in #đŸ™‹questions
Help with running Wasp MageGPT locally on ubuntu
Thank you for the help. I followed your instructions so far and they worked. Right now I am a little lost but i think the problem might be trying to open the port for the server.
I ran the migrate command, suggested an update to prisma, but I did not proceed with that. When running wasp "name of app" I got the following error msg:
I ran the migrate command, suggested an update to prisma, but I did not proceed with that. When running wasp "name of app" I got the following error msg:
12 replies