You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/application.yml
+13-2
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,16 @@ logbook:
16
16
format:
17
17
style: http
18
18
chatgpt:
19
-
api-key: xxxxxx #your api-key. It can be generated in this link https://beta.openai.com/docs/quickstart/adjust-your-settings
20
-
max-tokens: 1000
19
+
api-key: sk-xxxxxxx #api-key. It can be generated in this link https://platform.openai.com/account/api-keys
20
+
# some properties as below have default values. For descriptions of these fields, please refer to https://platform.openai.com/docs/api-reference/completions/create and https://platform.openai.com/docs/api-reference/chat/create
0 commit comments