This commit is contained in:
venjiang 2024-08-21 18:16:41 +08:00
parent aab555d371
commit e990dec90f
2 changed files with 0 additions and 11 deletions

View File

@ -35,11 +35,7 @@ func main() {
ctx := context.Background()
req := &api.ChatRequest{
<<<<<<< ours
Model: "llama3.1",
=======
Model: "llama3ch",
>>>>>>> theirs
Messages: messages,
}

View File

@ -15,15 +15,8 @@ func main() {
}
req := &api.GenerateRequest{
<<<<<<< ours
Model: "gemma2",
Prompt: "how many planets are there?",
=======
// Model: "gemma",
Model: "llama3ch",
// Prompt: "how many planets are there?",
Prompt: "有多少行星?",
>>>>>>> theirs
// set streaming to false
Stream: new(bool),