SomebodySysop
SomebodySysop
So far, no issues with the app. It currently outputs two http streams: one hls and the other straight http to browser. I have tested both, and both work. I...
Git cloned latest version of rtsp2mjpg, modified docker-compose.yaml: ``` version: '3' services: rtsp2mjpg: image: eroji/rtsp2mjpg restart: always expose: - "8090" volumes: - /etc/localtime:/etc/localtime:ro # Uncomment below if you want to...
Also on my first Zoneminder run, I'm seeing these errors in log: Memory map file '/dev/shm/zm.mmap.1' does not exist in zmMemAttach. zmc might not be running Can't open memory map...
root@ASUSET2410-Ubuntu:/home/ron/workarea/openai/chatgpt-plugin-googlesearch# npx ts-node index.ts /usr/local/lib/node_modules/npm/node_modules/nopt/lib/nopt-lib.js:64 const StringType = typeDefs.String?.type ^ SyntaxError: Unexpected token . at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at...
## Expected Behavior Allow max output tokens of 8192 when making calls to claude-sonnet-3.5 using AnthropicVertex SDK (Python) ## Actual Behavior Only 4196 output tokens allows. ## Steps to Reproduce...