Skip to content

Commit

Permalink
Use new OpenAI options concept
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
  • Loading branch information
ThomasVitale committed Jan 29, 2024
1 parent 174e831 commit 81f4613
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ spring:
openai:
api-key: ${OPENAI_API_KEY}
chat:
model: gpt-3.5-turbo
temperature: 0.7
options:
model: gpt-3.5-turbo
temperature: 0.7
threads:
virtual:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ spring:
openai:
api-key: ${OPENAI_API_KEY}
chat:
model: gpt-3.5-turbo
temperature: 0.7
options:
model: gpt-3.5-turbo
temperature: 0.7
threads:
virtual:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ spring:
openai:
api-key: ${OPENAI_API_KEY}
chat:
model: gpt-3.5-turbo
temperature: 0.7
options:
model: gpt-3.5-turbo
temperature: 0.7
threads:
virtual:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ spring:
openai:
api-key: ${OPENAI_API_KEY}
chat:
model: gpt-3.5-turbo
temperature: 0.7
options:
model: gpt-3.5-turbo
temperature: 0.7
threads:
virtual:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ spring:
openai:
api-key: ${OPENAI_API_KEY}
chat:
model: gpt-3.5-turbo
temperature: 0.7
options:
model: gpt-3.5-turbo
temperature: 0.7
threads:
virtual:
enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ spring:
openai:
api-key: ${OPENAI_API_KEY}
embedding:
model: text-embedding-ada-002
options:
model: text-embedding-ada-002
threads:
virtual:
enabled: true

0 comments on commit 81f4613

Please sign in to comment.