-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:Updated Together AI models #372
Conversation
WalkthroughThe Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- src/Providers/TogetherAI/src/Predefined/AllModels.cs (3 hunks)
- src/Providers/TogetherAI/src/TogetherAiModelIds.cs (10 hunks)
- src/Providers/TogetherAI/src/TogetherAiModelProvider.cs (1 hunks)
Files not summarized due to errors (1)
- src/Providers/TogetherAI/src/TogetherAiModelIds.cs: Error: Message exceeds token limit
Additional comments not posted (54)
src/Providers/TogetherAI/src/TogetherAiModelProvider.cs (10)
12-12
: Entry forWizardlmV1213B
looks good.The parameters for this model entry are consistent with the format used for other models.
13-13
: Entry forCodeLlamaInstruct34B
looks good.The parameters for this model entry are consistent with the format used for other models.
14-14
: Entry forUpstageSolarInstructV111B
looks good.The parameters for this model entry are consistent with the format used for other models.
15-15
: Entry forOpenHermes2Mistral7B
looks good.The parameters for this model entry are consistent with the format used for other models.
16-16
: Entry forLlama27B32KInstruct7B
looks good.The parameters for this model entry are consistent with the format used for other models.
17-17
: Entry forRemmSlerpL213B
looks good.The parameters for this model entry are consistent with the format used for other models.
18-18
: Entry forToppyM7B
looks good.The parameters for this model entry are consistent with the format used for other models.
19-19
: Entry forPhindCodeLlamaV234B
looks good.The parameters for this model entry are consistent with the format used for other models.
20-20
: Entry forOpenChat35
looks good.The parameters for this model entry are consistent with the format used for other models.
21-21
: Entry forChronosHermes13B
looks good.The parameters for this model entry are consistent with the format used for other models.
src/Providers/TogetherAI/src/Predefined/AllModels.cs (15)
5-5
: Class declaration forWizardlmV1213BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
10-10
: Class declaration forCodeLlamaInstruct34BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
15-15
: Class declaration forUpstageSolarInstructV111BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
20-20
: Class declaration forOpenHermes2Mistral7BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
25-25
: Class declaration forLlama27B32KInstruct7BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
30-30
: Class declaration forRemmSlerpL213BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
35-35
: Class declaration forToppyM7BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
40-40
: Class declaration forPhindCodeLlamaV234BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
45-45
: Class declaration forOpenChat35Model
looks good.The class declaration and inheritance are consistent with other class declarations.
50-50
: Class declaration forChronosHermes13BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
55-55
: Class declaration forSnorkelMistralPairrmDpo7BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
60-60
: Class declaration forQwen15Chat7BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
65-65
: Class declaration forQwen15Chat14BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
70-70
: Class declaration forQwen15Chat18BModel
looks good.The class declaration and inheritance are consistent with other class declarations.
75-75
: Class declaration forSnowflakeArcticInstructModel
looks good.The class declaration and inheritance are consistent with other class declarations.
src/Providers/TogetherAI/src/TogetherAiModelIds.cs (29)
10-18
: LGTM!The metadata for the
WizardlmV1213B
model is accurate and correctly formatted.
21-29
: LGTM!The metadata for the
CodeLlamaInstruct34B
model is accurate and correctly formatted.
32-40
: LGTM!The metadata for the
UpstageSolarInstructV111B
model is accurate and correctly formatted.
43-51
: LGTM!The metadata for the
OpenHermes2Mistral7B
model is accurate and correctly formatted.
54-62
: LGTM!The metadata for the
Llama27B32KInstruct7B
model is accurate and correctly formatted.
65-73
: LGTM!The metadata for the
RemmSlerpL213B
model is accurate and correctly formatted.
76-84
: LGTM!The metadata for the
ToppyM7B
model is accurate and correctly formatted.
Line range hint
90-106
: LGTM!The metadata for the
PhindCodeLlamaV234B
model is accurate and correctly formatted.
98-106
: LGTM!The metadata for the
OpenChat35
model is accurate and correctly formatted.
109-117
: LGTM!The metadata for the
ChronosHermes13B
model is accurate and correctly formatted.
120-128
: LGTM!The metadata for the
SnorkelMistralPairrmDpo7B
model is accurate and correctly formatted.
131-139
: LGTM!The metadata for the
Qwen15Chat7B
model is accurate and correctly formatted.
Line range hint
142-152
: LGTM!The metadata for the
Qwen15Chat14B
model is accurate and correctly formatted.
153-161
: LGTM!The metadata for the
Qwen15Chat18B
model is accurate and correctly formatted.
Line range hint
164-174
: LGTM!The metadata for the
SnowflakeArcticInstruct
model is accurate and correctly formatted.
175-183
: LGTM!The metadata for the
CodeLlamaInstruct70B
model is accurate and correctly formatted.
186-194
: LGTM!The metadata for the
CodeLlamaPython13B
model is accurate and correctly formatted.
197-205
: LGTM!The metadata for the
NousHermes2Mixtral8X7BSft
model is accurate and correctly formatted.
208-216
: LGTM!The metadata for the
Dolphin25Mixtral8X7B
model is accurate and correctly formatted.
219-227
: LGTM!The metadata for the
NousHermes2Mixtral8X7BDpo
model is accurate and correctly formatted.
230-238
: LGTM!The metadata for the
Mixtral8X22bInstructV01
model is accurate and correctly formatted.
241-249
: LGTM!The metadata for the
DeepseekCoderInstruct33B
model is accurate and correctly formatted.
252-260
: LGTM!The metadata for the
CodeLlamaPython34B
model is accurate and correctly formatted.
263-271
: LGTM!The metadata for the
NousHermesLlama213B
model is accurate and correctly formatted.
274-282
: LGTM!The metadata for the
VicunaV1513B
model is accurate and correctly formatted.
285-293
: LGTM!The metadata for the
Qwen15Chat05B
model is accurate and correctly formatted.
296-304
: LGTM!The metadata for the
CodeLlamaInstruct7B
model is accurate and correctly formatted.
Line range hint
307-315
: LGTM!The metadata for the
CodeLlamaPython70B
model is accurate and correctly formatted.
318-326
: LGTM!The metadata for the
NousHermes2Yi34B
model is accurate and correctly formatted.
Created by Github Actions
Summary by CodeRabbit
New Features
Improvements