Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ssp24 authored Jun 19, 2024
1 parent af346e1 commit 053571a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"openai": {
"default_llm": "openai:gpt-3.5-turbo",
"default_embedding_model": "openai:embed-gpt-3.5-turbo"
}
"AiExtension": {
"model_parameters": {
"openai:gpt-3.5-turbo": {
"model_kwargs": {
"maxTokens": 200
}
}
}
}
}

0 comments on commit 053571a

Please sign in to comment.