Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/ai_features/index.md')
-rw-r--r--doc/development/ai_features/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ai_features/index.md b/doc/development/ai_features/index.md
index 0593384112a..8f9ffa20fe7 100644
--- a/doc/development/ai_features/index.md
+++ b/doc/development/ai_features/index.md
@@ -215,7 +215,7 @@ Therefore, a different setup is required from the [SaaS-only AI features](#test-
```ruby
# Creating dummy token, and this will work as long as `AIGW_AUTH__BYPASS_EXTERNAL=true` in AI Gateway.
- ::Ai::ServiceAccessToken.create!(token: 'dummy', expires_at: 1.month.from_now)
+ ::CloudConnector::ServiceAccessToken.create!(token: 'dummy', expires_at: 1.month.from_now)
```
1. Ensure GitLab-Rails can talk to the AI Gateway. Run `gdk rails console` and execute: