-
- Downloads
Merge branch 'tchu-bot-create-new-api' into 'master'
Draft: Create initial Tanuki bot api endpoint See merge request gitlab-org/gitlab!117695 Merged-by:Terri Chu <tchu@gitlab.com> Reviewed-by:
Matt Kasa <mkasa@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
maddievn <mvanniekerk@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 29 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/open_ai/client.rb 4 additions, 3 deletionsee/lib/gitlab/llm/open_ai/client.rb
- ee/lib/gitlab/llm/tanuki_bot.rb 195 additions, 0 deletionsee/lib/gitlab/llm/tanuki_bot.rb
- ee/spec/controllers/llm/tanuki_bot_controller_spec.rb 66 additions, 0 deletionsee/spec/controllers/llm/tanuki_bot_controller_spec.rb
- ee/spec/factories/embedding/tanuki_bots.rb 18 additions, 0 deletionsee/spec/factories/embedding/tanuki_bots.rb
- ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb 186 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/factories/embedding/tanuki_bots.rb
0 → 100644
ee/spec/lib/gitlab/llm/tanuki_bot_spec.rb
0 → 100644
Please register or sign in to comment