Skip to content

Commit

Permalink
Add model: Qwen-Long, Qwen-VL-Max
Browse files Browse the repository at this point in the history
  • Loading branch information
devinyf committed May 23, 2024
1 parent 020ba64 commit bba75fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qwen/qwen_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type ModelQwen = string

const (
// text-generation model.
QwenLong ModelQwen = "qwen-long"
QwenTurbo ModelQwen = "qwen-turbo"
QwenPlus ModelQwen = "qwen-plus"
QwenMax ModelQwen = "qwen-max"
Expand All @@ -19,6 +20,7 @@ const (

// multi-modal model.
QwenVLPlus ModelQwen = "qwen-vl-plus"
QwenVLMax ModelQwen = "qwen-vl-max"
QwenAudioTurbo ModelQwen = "qwen-audio-turbo"
)

Expand Down

0 comments on commit bba75fc

Please sign in to comment.