File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,13 +208,13 @@ Import Git Repository,選擇你剛剛 fork 的專案 import
208208
209209| 環境變數名稱 | 預設值 | 說明 |
210210| ------------------------| --------------- | -----|
211- | OPENAI_MODEL | " text-davinci-003" | 請參考 OpenAI 對 [ model] ( https://beta.openai.com/docs/api-reference/completions/create#completions/create-model ) 的敘述|
211+ | OPENAI_MODEL | text-davinci-003 | 請參考 OpenAI 對 [ model] ( https://beta.openai.com/docs/api-reference/completions/create#completions/create-model ) 的敘述|
212212| OPENAI_TEMPERATURE | 0 | 請參考 OpenAI 對 [ temperature] ( https://beta.openai.com/docs/api-reference/completions/create#completions/create-temperature ) 的敘述|
213213| OPENAI_FREQUENCY_PENALTY| 0 | 請參考 OpenAI 對 [ frequency_penalty] ( https://beta.openai.com/docs/api-reference/completions/create#completions/create-frequency_penalty ) 的敘述|
214214| OPENAI_PRESENCE_PENALTY | 0.6 | 請參考 OpenAI 對 [ presence_penalty] ( https://beta.openai.com/docs/api-reference/completions/create#completions/create-presence_penalty ) 的敘述|
215215| OPENAI_MAX_TOKENS | 240 | 請參考 OpenAI 對 [ max_tokens] ( https://beta.openai.com/docs/api-reference/completions/create#completions/create-max_tokens ) 的敘述|
216216| MSG_LIST_LIMIT | 20 | prompt參數往回參照的句數|
217- | INIT_LANGUAGE | "zh" | 決定初始語言,可設置為 "zh" 或 "en"|
217+ | INIT_LANGUAGE | zh | 決定初始語言,可設置為 "zh" 或 "en"|
218218
219219
220220
You can’t perform that action at this time.
0 commit comments