AI suggested trying it all in WSL instead of Windoze CLI, so I won't repeat all the BS but it suggested I try to see if communciation is working at all... it isn't...
olol client --host localhost --port 11434 --model gpt-oss:20b --prompt "test"
Running model gpt-oss:20b with prompt: test
Traceback (most recent call last):
File "/home/x/anaconda3/envs/olol/bin/olol", line 8, in
sys.exit(main())
^^^^^^
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/olol/main.py", line 229, in main
sync_main(args)
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/olol/main.py", line 145, in sync_main
for response in client.generate(args.model, args.prompt):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/grpc/_channel.py", line 543, in next
return self._next()
^^^^^^^^^^^^
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/grpc/_channel.py", line 969, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:11434: Trying to connect an http1.x server (HTTP status 400)"
debug_error_string = "UNKNOWN:Error received from peer {grpc_status:14, grpc_message:"failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:11434: Trying to connect an http1.x server (HTTP status 400)"}"
AI suggested trying it all in WSL instead of Windoze CLI, so I won't repeat all the BS but it suggested I try to see if communciation is working at all... it isn't...
olol client --host localhost --port 11434 --model gpt-oss:20b --prompt "test"
Running model gpt-oss:20b with prompt: test
Traceback (most recent call last):
File "/home/x/anaconda3/envs/olol/bin/olol", line 8, in
sys.exit(main())
^^^^^^
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/olol/main.py", line 229, in main
sync_main(args)
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/olol/main.py", line 145, in sync_main
for response in client.generate(args.model, args.prompt):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/grpc/_channel.py", line 543, in next
return self._next()
^^^^^^^^^^^^
File "/home/x/anaconda3/envs/olol/lib/python3.12/site-packages/grpc/_channel.py", line 969, in _next
raise self
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:11434: Trying to connect an http1.x server (HTTP status 400)"
debug_error_string = "UNKNOWN:Error received from peer {grpc_status:14, grpc_message:"failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:11434: Trying to connect an http1.x server (HTTP status 400)"}"