Skip to content

Commit

Permalink
add provider to nonstream response
Browse files Browse the repository at this point in the history
  • Loading branch information
ilsubyeega committed Sep 7, 2024
1 parent 60b0e5f commit 17ecd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/sambanova/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const SambaNovaConfig: ProviderConfigs = {

return {
...response,
provider: SAMBANOVA,
choices: response.choices.map((choice) => ({
...choice,
message: {
Expand Down

0 comments on commit 17ecd59

Please sign in to comment.