Myzel394 / zsh-copilot

How we all expected GitHub Copilot in the CLI to be. No `suggest` bullshit
97 stars 11 forks source link

a few improvements #3

Closed tyrcho closed 2 months ago

tyrcho commented 2 months ago
Myzel394 commented 2 months ago

This looks very good, thank you very much!

in my company we use a proxy to OPEN_AI

Interesting, I haven't heard of that. Mind if I ask what proxy service this is? You don't need to tell me the URL or some other private information, I'm just curious about such a service :O

tyrcho commented 2 months ago

Interesting, I haven't heard of that. Mind if I ask what proxy service this is? You don't need to tell me the URL or some other private information, I'm just curious about such a service :O

I don't know the details (datadog is a pretty large company), but basically we connect to an internal http server with our email address as the passkey and it transparently redirects the requests to the external openai server, using the account of the company.

Update : it seems we are maintaining internally a private fork of https://github.com/PawanOsman/ChatGPT

chatgpt-cli has a similar configuration (url)