Skip to content

Commit

Permalink
Feature: Supporting new codellama 70B model.
Browse files Browse the repository at this point in the history
  • Loading branch information
BinSquare committed Feb 2, 2024
1 parent 2203fb6 commit a6b4a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const (
GPT3Babbage002 = "babbage-002"

LLAMA2DOT70B = "meta-llama/Llama-2-70b-chat-hf"
CODELLAMA70B = "codellama/CodeLlama-70b-Instruct-hf"
MISTRALInstructDOT7B = "mistralai/Mistral-7B-Instruct-v0.1"
MIXTRALInstructDOT8x7B = "mistralai/Mixtral-8x7B-Instruct-v0.1"
OPENORCAMistralOpenOrca7B = "Open-Orca/Mistral-7B-OpenOrca"
Expand Down

0 comments on commit a6b4a76

Please sign in to comment.