sourcegraph/cmd/frontend/internal/dotcom
Hitesh Sagtani eb16d802a3
adding deepseek-v2 and deepseek fine-tuned model trained on symbol graph context (#63702)
## Context
1. Adds support for deepseek-coder-v2 model and added fine-tuned on
deepseek coder.

## Test plan
```
curl -vS -X POST http://localhost:9992/v1/completions/fireworks -H 'Authorization: bearer <SGD_TOKEN>' -d '{"stream":false,"max_tokens":50, "model": "fim-lang-specific-model-deepseek-stack-trained", "stop_sequences": ["\n\n"], "prompt": "const value = ", "stream":false, "languageId": "python"}' -H 'X-sourcegraph-feature: code_completions'
```

```
curl -vS -X POST http://localhost:9992/v1/completions/fireworks -H 'Authorization: bearer <SGD_TOKEN>' -d '{"stream":false,"max_tokens":50, "model": "fim-lang-specific-model-deepseek-logs-trained", "stop_sequences": ["\n\n"], "prompt": "const value = ", "stream":false, "languageId": "python"}' -H 'X-sourcegraph-feature: code_completions'
```
2024-07-09 17:57:16 +05:30
..
productsubscription adding deepseek-v2 and deepseek fine-tuned model trained on symbol graph context (#63702) 2024-07-09 17:57:16 +05:30
BUILD.bazel bazel: transcribe test ownership to bazel tags (#62664) 2024-05-16 15:51:16 +01:00
init.go Move dotcom check out of cmd/frontend (#60810) 2024-03-04 16:05:16 +00:00