Skip to content

Commit

Permalink
Feature: Adding model names for LLAMA2 and Mistral.
Browse files Browse the repository at this point in the history
  • Loading branch information
BinSquare committed Nov 9, 2023
1 parent 268f718 commit 309bab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const (
GPT3Ada002 = "ada-002"
GPT3Babbage = "babbage"
GPT3Babbage002 = "babbage-002"

LLAMA2DOT70B = "meta-llama/Llama-2-70b-chat-hf"
MISTRALInstructDOT7B = "mistralai/Mistral-7B-Instruct-v0.1"
)

// Codex Defines the models provided by OpenAI.
Expand Down

0 comments on commit 309bab4

Please sign in to comment.