-
- Downloads
Merge branch 'tchu-bot-create-new-api' into 'add-tanuki-bot-model'
Draft: Create initial Tanuki bot api endpoint See merge request gitlab-org/gitlab!117695 Merged-by:Terri Chu <tchu@gitlab.com>
No related branches found
No related tags found
Showing
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- ee/app/controllers/llm/tanuki_bot_controller.rb 21 additions, 0 deletionsee/app/controllers/llm/tanuki_bot_controller.rb
- ee/config/feature_flags/development/tanuki_bot_parallel.yml 8 additions, 0 deletionsee/config/feature_flags/development/tanuki_bot_parallel.yml
- ee/config/routes/llm.rb 5 additions, 0 deletionsee/config/routes/llm.rb
- ee/lib/gitlab/llm/tanuki_bot.rb 179 additions, 0 deletionsee/lib/gitlab/llm/tanuki_bot.rb
- ee/spec/controllers/llm/tanuki_bot_controller_spec.rb 53 additions, 0 deletionsee/spec/controllers/llm/tanuki_bot_controller_spec.rb
- ee/spec/factories/embedding/tanuki_bots.rb 4 additions, 4 deletionsee/spec/factories/embedding/tanuki_bots.rb
- ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb 184 additions, 0 deletionsee/spec/lib/gitlab/llm/tanuki_bot_spec.rb
- ee/spec/models/ee/user_spec.rb 17 additions, 0 deletionsee/spec/models/ee/user_spec.rb
- locale/gitlab.pot 3 additions, 0 deletionslocale/gitlab.pot
ee/config/routes/llm.rb
0 → 100644
ee/lib/gitlab/llm/tanuki_bot.rb
0 → 100644
ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb
0 → 100644
Please register or sign in to comment