🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Renamed for clarification
  • Loading branch information
SilasMarvin committed Aug 25, 2023
commit 8e6b129dbf36b07ce30a7fe9741162b6768d2042
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ it("can create collection", () => {

it("can create model", () => {
let model = pgml.newModel("test", "openai", {
tester: "test 0123948712394871234987",
some_example_parameter: "test 0123948712394871234987",
});
expect(model).toBeTruthy();
});
Expand Down