Skip to content

Commit

Permalink
chore: support together ai
Browse files Browse the repository at this point in the history
  • Loading branch information
threewebcode committed Feb 7, 2025
2 parents bdf19a2 + 321b916 commit 7b9a4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/providers/deepseek.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ impl CompletionModel for DeepSeekCompletionModel {

if response.status().is_success() {
let t = response.text().await?;
tracing::debug!(target: "rig", "OpenAI completion error: {}", t);
tracing::debug!(target: "rig", "DeepSeek completion error: {}", t);

match serde_json::from_str::<ApiResponse<CompletionResponse>>(&t)? {
ApiResponse::Ok(response) => response.try_into(),
Expand Down

0 comments on commit 7b9a4de

Please sign in to comment.