Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
test/generateObject: path -> model
Browse files Browse the repository at this point in the history
  • Loading branch information
matildepark committed Aug 28, 2024
1 parent 8e0e84b commit f5ccd8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/agent/generators/generateObject.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ describe("generateObjectLocal", () => {
const messages = getPrompt(ariaTreeExample);
const providerConfig: ProviderConfig = {
provider: "local",
model: "null",
model: "/Users/tynandaly/basin/hdr/browser/capybarahermes-2.5-mistral-7b.Q2_K.gguf",
apiKey: "null",
path: "/Users/tynandaly/basin/hdr/browser/capybarahermes-2.5-mistral-7b.Q2_K.gguf",
};

const res = await generateObject(providerConfig, messages, {
Expand Down

0 comments on commit f5ccd8e

Please sign in to comment.