Closed stardiviner closed 1 year ago
any other AI backends easily through simply changing API URL
If there is an API URL that provides the same API request/response structure as ChatGPT, this would be doable. Could you provide that please?
If the API request/response structure is different, it would have to be implemented using shell-maker
and that's bigger in scope.
I checked the Developer Tools when sending request to Poe ChatGPT. Here is the screenshot:
I'm not familiar with web crawler technique. In my rough view, it has API for posting data, but I have not found the response. Hope someone knows this can analysis it.
Thank you. Unless there's a legitimate and equivalent API available, with similar ChatGPT semantics/structure, it would be out of scope for this project.
My ChatGPT account is banned. I found Poe https://poe.com/ChatGPT can be used. Can chatgpt-shell support any other AI backends easily through simply changing API URL and API response parser function?