Skip to content

Commit

Permalink
Switch model for filter afforder
Browse files Browse the repository at this point in the history
  • Loading branch information
noahshinn committed Dec 6, 2023
1 parent e30a899 commit 4bb4c5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ First, list a description of the next action that should be taken. Then, list a
},
}
var args map[string]interface{}
if res, err := fa.models.DefaultChatModel.Message(ctx, messages, &llm.MessageOptions{
if res, err := fa.models.ChatModels[llm.ChatModelGPT4].Message(ctx, messages, &llm.MessageOptions{
Temperature: 0.0,
Functions: []*llm.FunctionDef{functionDef},
FunctionCall: "filter_affordances",
Expand Down

0 comments on commit 4bb4c5b

Please sign in to comment.