clean
This commit is contained in:
parent
aab555d371
commit
e990dec90f
@ -35,11 +35,7 @@ func main() {
|
||||
|
||||
ctx := context.Background()
|
||||
req := &api.ChatRequest{
|
||||
<<<<<<< ours
|
||||
Model: "llama3.1",
|
||||
=======
|
||||
Model: "llama3ch",
|
||||
>>>>>>> theirs
|
||||
Messages: messages,
|
||||
}
|
||||
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user