Skip to content

Commit

Permalink
Set GPT3.5 turbo as default model
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityan committed Jan 13, 2024
1 parent 51e337f commit 9ed1889
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@llm-tools/embedjs",
"version": "0.0.42",
"version": "0.0.43",
"description": "A NodeJS framework to easily work with LLMs and custom datasets",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/core/llm-application-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export class LLMApplicationBuilder {
You can say you may not have all the information but do not say that you are not a reliable source.
USER: {0}`;

this.setModel(SIMPLE_MODELS.OPENAI_GPT3_TURBO);
}

async build() {
Expand Down

0 comments on commit 9ed1889

Please sign in to comment.