Remove AiProxyHelper and related code
We no longer Proxy our requests to SaaS to obtain the token.
And we don't use PAT anymore starting from 16.4
We could remove the code that uses or relates to ::Gitlab::CurrentSettings.ai_access_token
:
-
ee/lib/api/helpers/ai_proxy_helper.rb
, -
ee/lib/gitlab/self_managed/proxy_request.rb
, - and, accordingly, their tests
Edited by Aleksei Lipniagov