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
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
8 replies
WWasp-lang
•Created by foxtrotunicorn on 10/19/2023 in #đŸ™‹questions
Help with running Wasp MageGPT locally on ubuntu
I am looking to get some help running WaspGPT locally with my own OpenAI key so I can use GPT 4 for the whole app. My question is:
"Where do I add my API key on the command line to generate the app?"
wasp new-ai:disk MyAwesomeApp "Description of my awesome app." "{ "defaultGptModel": "gpt-4" }"
I have nvm 18 installed and ran the curl command to install the AI version.
12 replies