File tree 6 files changed +30
-14
lines changed
01-chat-models/chat-models-openai/src/main/resources
prompts-basics-openai/src/main/resources
prompts-messages-openai/src/main/resources
prompts-templates-openai/src/main/resources
03-output-parsers/output-parsers-bean-openai/src/main/resources
04-embedding-models/embedding-models-openai/src/main/resources
6 files changed +30
-14
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ langchain4j:
7
7
open-ai :
8
8
client :
9
9
api-key : ${OPENAI_API_KEY}
10
+ log-requests : true
10
11
chat :
11
12
options :
12
13
model : gpt-3.5-turbo
Original file line number Diff line number Diff line change 5
5
6
6
langchain4j :
7
7
open-ai :
8
- api-key : ${OPENAI_API_KEY}
8
+ client :
9
+ api-key : ${OPENAI_API_KEY}
10
+ log-requests : true
9
11
chat :
10
- model : gpt-3.5-turbo
11
- temperature : 0.7
12
+ options :
13
+ model : gpt-3.5-turbo
14
+ temperature : 0.7
Original file line number Diff line number Diff line change 5
5
6
6
langchain4j :
7
7
open-ai :
8
- api-key : ${OPENAI_API_KEY}
8
+ client :
9
+ api-key : ${OPENAI_API_KEY}
10
+ log-requests : true
9
11
chat :
10
- model : gpt-3.5-turbo
11
- temperature : 0.7
12
+ options :
13
+ model : gpt-3.5-turbo
14
+ temperature : 0.7
Original file line number Diff line number Diff line change 5
5
6
6
langchain4j :
7
7
open-ai :
8
- api-key : ${OPENAI_API_KEY}
8
+ client :
9
+ api-key : ${OPENAI_API_KEY}
10
+ log-requests : true
9
11
chat :
10
- model : gpt-3.5-turbo
11
- temperature : 0.7
12
+ options :
13
+ model : gpt-3.5-turbo
14
+ temperature : 0.7
Original file line number Diff line number Diff line change 5
5
6
6
langchain4j :
7
7
open-ai :
8
- api-key : ${OPENAI_API_KEY}
8
+ client :
9
+ api-key : ${OPENAI_API_KEY}
10
+ log-requests : true
9
11
chat :
10
- model : gpt-3.5-turbo
11
- temperature : 0.7
12
+ options :
13
+ model : gpt-3.5-turbo
14
+ temperature : 0.7
Original file line number Diff line number Diff line change 5
5
6
6
langchain4j :
7
7
open-ai :
8
- api-key : ${OPENAI_API_KEY}
8
+ client :
9
+ api-key : ${OPENAI_API_KEY}
10
+ log-requests : true
9
11
embedding :
10
- model : text-embedding-ada-002
12
+ options :
13
+ model : text-embedding-ada-002
You can’t perform that action at this time.
0 commit comments