Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 26, 2024
1 parent 1f99cd5 commit 2ee15aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,21 @@
"properties": {
"model": {
"default": "o1-mini",
"description": "The LLM model you wish to use",
"type": "string"
},
"openAiBaseUrl": {
"description": "The base URL for the OpenAI API",
"type": "string"
},
"similarityThreshold": {
"default": 0.9,
"description": "When fetching embeddings context, the similarity threshold to use (1- similarityThreshold)",
"type": "number"
},
"maxTokens": {
"default": 10000,
"description": "The max completion tokens you want to the model to generate",
"type": "number"
}
}
Expand Down

0 comments on commit 2ee15aa

Please sign in to comment.