Skip to content

Commit

Permalink
add missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
MedAouadhi committed Jan 17, 2024
1 parent 8379ff1 commit 2412e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/services/llm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ impl Agent for OpenAiModel {
embeddings,
None,
None,
None,
);

let doc_dog_definition = r#"The dog (Canis familiaris[4][5] or Canis lupus familiaris[5]) is a domesticated descendant of the wolf. Also called the domestic dog, it is derived from the extinct Pleistocene wolf,[6][7] and the modern wolf is the dog's nearest living relative.[8] Dogs were the first species to be domesticated[9][8] by hunter-gatherers over 15,000 years ago[7] before the development of agriculture.[1] Due to their long association with humans, dogs have expanded to a large number of domestic individuals[10] and gained the ability to thrive on a starch-rich diet that would be inadequate for other canids.[11]
Expand Down

0 comments on commit 2412e33

Please sign in to comment.