pond918
pond918
i changed '/dev/null' to os.devnull
谢谢及时回复。 > 在 2021年10月25日,17:09,yuxiu ***@***.***> 写道: > > > 并未支持,这种需求更像类似spring-mvc的使用场景,可看下rockerjs-mvc是否满足需求 > > — > You are receiving this because you authored the thread. > Reply to this email directly,...
报错:THIS SESSION HAS BEEN INACTIVE FOR TOO LONG. PLEASE REFRESH THIS PAGE
tested with azure API: ```shell curl -X POST -H 'Content-type: application/json' -H 'User-Agent: OpenAI/NodeJS/3.3.0' -H 'api-key: xxxxx' -H --data '{"model":"gpt-3.5-turbo","temperature":0.7,"top_p":1,"frequency_penalty":0,"presence_penalty":0,"n":1,"stream":false,"messages":[{"role":"user","content":"!"}]}' https://{azureApiInstanceName}.openai.azure.com/openai/deployments/{azureOpenAIApiDeploymentName}/chat/completi ns\?api-version=2023-05-15 ``` **stream=false** gets usage data, works as expected....
> ```js > if (!globalThis.window) { > globalThis.window = { > fetch: globalThis.fetch, > setTimeout: globalThis.setTimeout, > clearTimeout: globalThis.clearTimeout, > } > } > ``` to make it more robust:...